Home
last modified time | relevance | path

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

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