Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompiler.h48 #define READ_ONCE(x) ({ \ macro
/third_party/libbpf/include/linux/
Dcompiler.h9 #define READ_ONCE(x) (*(volatile typeof(x) *)&x) macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h50 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h50 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h89 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c179 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro
DgenX_cmd_buffer.c520 #define READ_ONCE(x) (*(volatile __typeof__(x) *)&(x)) macro