Home
last modified time | relevance | path

Searched refs:atomic_cmpxchg (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Datomic.h49 #define atomic_cas_32(v, x, y) atomic_cmpxchg((atomic_t *)(v), x, y)
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h109 atomic_cmpxchg(atomic_t *v, int oldv, int newv) in atomic_cmpxchg() function
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c540 } while (atomic_cmpxchg(&service->poll_flags, value, in request_poll()
546 } while (atomic_cmpxchg( in request_poll()