Home
last modified time | relevance | path

Searched refs:atomic_set_acq_long (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/amd64/include/
H A Datomic.h453 #define atomic_set_acq_long atomic_set_barr_long macro
543 #define atomic_set_acq_64 atomic_set_acq_long
570 #define atomic_set_acq_ptr atomic_set_acq_long
/freebsd/sys/powerpc/include/
H A Datomic.h335 #define atomic_set_acq_64 atomic_set_acq_long
339 #define atomic_set_acq_ptr atomic_set_acq_long
/freebsd/sys/riscv/include/
H A Datomic.h597 #define atomic_set_acq_long atomic_set_acq_64 macro
/freebsd/sys/sys/
H A Dbitset.h201 atomic_set_acq_long(&(p)->__bits[__bitset_word(_s, n)], \
H A Datomic_san.h243 #define atomic_set_acq_long ATOMIC_SAN(set_acq_long) macro
/freebsd/sys/arm64/include/
H A Datomic.h620 #define atomic_set_acq_long atomic_set_acq_64 macro
/freebsd/sys/i386/include/
H A Datomic.h706 #define atomic_set_acq_long atomic_set_barr_long macro
/freebsd/sys/dev/bxe/
H A Dbxe.c806 atomic_set_acq_long(addr, (1 << nr)); in bxe_set_bit()