Home
last modified time | relevance | path

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

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