Home
last modified time | relevance | path

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

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