Home
last modified time | relevance | path

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

/linux/tools/virtio/linux/
H A Dcompiler.h7 #define WRITE_ONCE(var, val) \ macro
/linux/include/asm-generic/
H A Drwonce.h58 #define WRITE_ONCE(x, val) \ macro
/linux/samples/bpf/
H A Dxdp_sample.bpf.h105 #define WRITE_ONCE(x, val) \ macro
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h6 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro
/linux/tools/virtio/ringtest/
H A Dmain.h200 #define WRITE_ONCE(x, val) \ macro
/linux/tools/include/linux/
H A Dcompiler.h206 #define WRITE_ONCE(x, val) \ macro
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h387 #define WRITE_ONCE(x, val) \ macro
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr.c122 #define WRITE_ONCE(x, val) ((*(volatile typeof(x) *) &(x)) = (val)) macro