Home
last modified time | relevance | path

Searched refs:atomic_subtract_acq_long (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/amd64/include/
H A Datomic.h459 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
552 #define atomic_subtract_acq_64 atomic_subtract_acq_long
579 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/freebsd/sys/riscv/include/
H A Datomic.h598 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
/freebsd/sys/arm64/include/
H A Datomic.h621 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
/freebsd/sys/i386/include/
H A Datomic.h712 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
/freebsd/sys/sys/
H A Datomic_san.h246 #define atomic_subtract_acq_long ATOMIC_SAN(subtract_acq_long) macro
/freebsd/sys/powerpc/include/
H A Datomic.h425 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/freebsd/sys/dev/bxe/
H A Dbxe.c2443 atomic_subtract_acq_long(&sc->eq_spq_left, 1); in bxe_sp_post()
2445 atomic_subtract_acq_long(&sc->cq_spq_left, 1); in bxe_sp_post()