Home
last modified time | relevance | path

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

/linux-6.6.21/tools/virtio/linux/
Dcompiler.h7 #define WRITE_ONCE(var, val) \ macro
/linux-6.6.21/include/asm-generic/
Drwonce.h58 #define WRITE_ONCE(x, val) \ macro
/linux-6.6.21/samples/bpf/
Dxdp_sample.bpf.h105 #define WRITE_ONCE(x, val) \ macro
/linux-6.6.21/tools/virtio/ringtest/
Dmain.h200 #define WRITE_ONCE(x, val) \ macro
/linux-6.6.21/tools/include/linux/
Dcompiler.h192 #define WRITE_ONCE(x, val) \ macro
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dmap_kptr.c118 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro