Searched refs:atomic_cmpset_rel_32 (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Datomic.h67 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_32
90 #define atomic_cmpset_rel_int atomic_cmpset_rel_32
H A Datomic-v4.h445 #define atomic_cmpset_rel_32 atomic_cmpset_32 macro
H A Datomic-v6.h390 atomic_cmpset_rel_32(volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.h155 if (atomic_cmpset_rel_32(&mtx->m_owner, id, noncst ?
165 } while (__predict_false(!atomic_cmpset_rel_32(&mtx->m_owner, owner,
249 if (atomic_cmpset_rel_32(&rwlock->rw_state,
259 if (atomic_cmpset_rel_32(&rwlock->rw_state,
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h206 atomic_cmpset_rel_32(volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
266 #define atomic_cmpset_rel_int atomic_cmpset_rel_32
/freebsd-11-stable/sys/mips/include/
H A Datomic.h387 atomic_cmpset_rel_32(__volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
636 #define atomic_cmpset_rel_int atomic_cmpset_rel_32
711 atomic_cmpset_rel_32((volatile u_int *)(p), (u_int)(cmpval), \
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c106 } while (atomic_cmpset_rel_32(&se->sy_thrcnt, oldcnt, cnt) == 0);
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h391 #define atomic_cmpset_rel_int atomic_cmpset_rel_32
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h617 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int macro
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h663 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int macro
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_txrx.c2308 if (atomic_cmpset_rel_32(&txr->watchdog_timer,
2333 atomic_cmpset_rel_32(&txr->watchdog_timer,
/freebsd-11-stable/sys/i386/include/
H A Datomic.h873 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int macro
/freebsd-11-stable/sys/sparc64/pci/
H A Dschizo.c1050 for (; (res = atomic_cmpset_rel_32(&sc->sc_cdma_state,

Completed in 231 milliseconds