Searched refs:__READ_ONCE (Results 1 – 6 of 6) sorted by relevance
43 #ifndef __READ_ONCE44 #define __READ_ONCE(x) (*(const volatile __unqual_scalar_typeof(x) *)&(x)) macro50 __READ_ONCE(x); \67 return __READ_ONCE(*(unsigned long *)addr); in __read_once_word_nocheck()
23 #define __READ_ONCE(x) \ macro
12 __READ_ONCE(*p); \
68 *res = __READ_ONCE(*state); in xen_get_runstate_snapshot_cpu_delta()
102 #define arch_atomic_read(v) __READ_ONCE((v)->counter)
207 if (__READ_ONCE(mm_idp->pid) < 0) in wait_stub_done_seccomp()220 if (__READ_ONCE(mm_idp->pid) < 0) in wait_stub_done_seccomp()