Searched refs:atomic_cmpset_ptr (Results 1 – 3 of 3) sorted by relevance
142 static __inline int atomic_cmpset_ptr(volatile long *dst, long exp, long src) in atomic_cmpset_ptr() function151 #define atomic_cmpset_int(a, b, c) atomic_cmpset_ptr((volatile long *)a, (long)b, (long)c)
585 atomic_cmpset_ptr((uintptr_t *)&t->tid_tab[tid].ctx, (long)NULL, (long)ctx); in cxgb_remove_tid()
328 #define atomic_cmpset_ptr atomic_cmpset_acq_ptr macro