Home
last modified time | relevance | path

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

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