Home
last modified time | relevance | path

Searched defs:__READ_ONCE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/alpha/include/asm/
A Drwonce.h23 #define __READ_ONCE(x) \ macro
/linux/arch/arm64/include/asm/
A Drwonce.h36 #define __READ_ONCE(x) \ macro
/linux/include/asm-generic/
A Drwonce.h44 #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) macro

Completed in 3 milliseconds