Searched defs:WRITE_ONCE (Results 1 - 7 of 7) sorted by last modified time

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

Completed in 250 milliseconds