Home
last modified time | relevance | path

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

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

Completed in 16 milliseconds