Searched refs:atomic_cmpset_ptr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_osdep.h142 static __inline int atomic_cmpset_ptr(volatile long *dst, long exp, long src) function
151 #define atomic_cmpset_int(a, b, c) atomic_cmpset_ptr((volatile long *)a, (long)b, (long)c)
H A Dcxgb_offload.c585 atomic_cmpset_ptr((uintptr_t *)&t->tid_tab[tid].ctx, (long)NULL, (long)ctx);
/netbsd-current/sys/arch/ia64/include/
H A Datomic.h328 #define atomic_cmpset_ptr atomic_cmpset_acq_ptr macro

Completed in 125 milliseconds