Searched defs:arch_atomic_access_once (Results 1 – 2 of 2) sorted by relevance
433 #define arch_atomic_access_once(x) (*(volatile __typeof(x) *)&(x)) macro