Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Datomic.h454 #define atomic_set_acq_long atomic_set_barr_long macro
544 #define atomic_set_acq_64 atomic_set_acq_long
571 #define atomic_set_acq_ptr atomic_set_acq_long
/freebsd-14.2/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-14.2/sys/riscv/include/
H A Datomic.h495 #define atomic_set_acq_long atomic_set_acq_64 macro
/freebsd-14.2/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-14.2/sys/i386/include/
H A Datomic.h715 #define atomic_set_acq_long atomic_set_barr_long macro
/freebsd-14.2/sys/arm64/include/
H A Datomic.h618 #define atomic_set_acq_long atomic_set_acq_64 macro
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.c806 atomic_set_acq_long(addr, (1 << nr)); in bxe_set_bit()