Home
last modified time | relevance | path

Searched defs:READ_ONCE (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/virtio/ringtest/
H A Dmain.h184 #define READ_ONCE(x) \ macro
192 #define READ_ONCE(x) \ macro
/linux-6.15/tools/virtio/linux/
H A Dcompiler.h10 #define READ_ONCE(var) (*((volatile typeof(var) *)(&(var)))) macro
/linux-6.15/include/asm-generic/
H A Drwonce.h47 #define READ_ONCE(x) \ macro
/linux-6.15/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h40 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-6.15/samples/bpf/
H A Dxdp_sample.bpf.h97 #define READ_ONCE(x) \ macro
/linux-6.15/tools/testing/selftests/bpf/
H A Dbpf_atomic.h43 #define READ_ONCE(x) (*(volatile typeof(x) *)&(x)) macro
/linux-6.15/tools/include/linux/
H A Dcompiler.h198 #define READ_ONCE(x) \ macro
/linux-6.15/Documentation/filesystems/
H A Dpath-lookup.rst898 .. _READ_ONCE: https://lwn.net/Articles/624126/ target
/linux-6.15/tools/sched_ext/include/scx/
H A Dcommon.bpf.h617 #define READ_ONCE(x) \ macro