Home
last modified time | relevance | path

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

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