Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds