Lines Matching defs:p
47 #define cmpxchg(p, old, new) __sync_val_compare_and_swap((p), old, new) argument
49 #define try_cmpxchg(p, pold, new) \ argument
58 #define try_cmpxchg_relaxed(p, pold, new) try_cmpxchg(p, pold, new) argument
60 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) argument
87 #define smp_load_acquire(p) \ argument
96 #define smp_store_release(p, val) \ argument
104 #define smp_cond_load_relaxed_label(p, cond_expr, label) \ argument
118 #define smp_cond_load_acquire_label(p, cond_expr, label) \ argument
126 #define atomic_read(p) READ_ONCE((p)->counter) argument
128 #define atomic_cond_read_relaxed_label(p, cond_expr, label) \ argument
131 #define atomic_cond_read_acquire_label(p, cond_expr, label) \ argument
134 #define atomic_try_cmpxchg_relaxed(p, pold, new) \ argument
137 #define atomic_try_cmpxchg_acquire(p, pold, new) \ argument