Searched defs:atomic_cas_ptr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | atomic.h | 160 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function 167 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | atomic.h | 173 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function 180 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | atomic.h | 69 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function 76 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function
|