ACCESS_ONCE()/WRITE_ONCE()/READ_ONCE() 2025-10-30 | linux | #linux #kernel #concurrency #memory-ordering #C-macros 几乎每次阅读 linux 源码都会遇到 ACCESSONCE,它是用来干什么的, 以及它如何做到的呢?