Home
last modified time | relevance | path

Searched defs:WRITE_ONCE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/virtio/linux/
Dcompiler.h5 #define WRITE_ONCE(var, val) \ macro
/Linux-v5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dbarriers.h39 #define WRITE_ONCE(x) ((*(volatile typeof(x) *) &(x)) = (val)) macro
/Linux-v5.10/include/asm-generic/
Drwonce.h58 #define WRITE_ONCE(x, val) \ macro
/Linux-v5.10/tools/virtio/ringtest/
Dmain.h186 #define WRITE_ONCE(x, val) \ macro
/Linux-v5.10/tools/include/linux/
Dcompiler.h186 #define WRITE_ONCE(x, val) \ macro