Searched defs:atomic_read (Results 1 – 4 of 4) sorted by relevance
40 #define atomic_read(p) (*(p)) macro
74 atomic_read(atomic_t *v) in atomic_read() function
42 #define atomic_read(p) (*(volatile u_int *)(p)) macro
44 #define atomic_read(p) (*(p)) macro