Searched refs:atomic_cmpset_rel_int (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_once.c56 if (atomic_cmpset_rel_int(&once_control->state, ONCE_IN_PROGRESS,
97 if (atomic_cmpset_rel_int(&once_control->state, ONCE_IN_PROGRESS,
/freebsd-11-stable/sys/arm/include/
H A Datomic.h90 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h111 if (atomic_cmpset_rel_int(v, oldv, newv))
126 } while (!atomic_cmpset_rel_int(v, oldv, newv));
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h638 atomic_cmpset_rel_int(volatile u_int *p, u_int cmpval, u_int newval) function
663 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
676 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_int
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h536 #define atomic_cmpset_rel_int atomic_cmpset_int macro
617 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
/freebsd-11-stable/sys/netipsec/
H A Dsubr_ipsec.c158 } while (atomic_cmpset_rel_int(cntr, old, new) == 0);
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h391 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h266 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/freebsd-11-stable/sys/i386/include/
H A Datomic.h792 #define atomic_cmpset_rel_int atomic_cmpset_int macro
873 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
930 atomic_cmpset_rel_int((volatile u_int *)(dst), (u_int)(old), \
/freebsd-11-stable/lib/libc/gen/
H A Dsem_new.c466 } while (!atomic_cmpset_rel_int(&sem->_kern._count, count, count + 1));
/freebsd-11-stable/sys/kern/
H A Dkern_ktr.c360 } while (atomic_cmpset_rel_int(&ktr_idx, saveindex, newindex) == 0);
/freebsd-11-stable/sys/mips/include/
H A Datomic.h636 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/freebsd-11-stable/sys/vm/
H A Dvm_page.h583 if (!atomic_cmpset_rel_int(&(m)->busy_lock, \
H A Dvm_page.c769 if (atomic_cmpset_rel_int(&m->busy_lock,
910 if (atomic_cmpset_rel_int(&m->busy_lock, VPB_SINGLE_EXCLUSIVER,
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c304 } while (atomic_cmpset_rel_int(&ec_scroffset, ind, ind + width) == 0);

Completed in 158 milliseconds