Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/include/
H A Datomic.h460 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
553 #define atomic_subtract_acq_64 atomic_subtract_acq_long
580 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/freebsd-14.2/sys/riscv/include/
H A Datomic.h496 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
/freebsd-14.2/sys/i386/include/
H A Datomic.h721 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
/freebsd-14.2/sys/arm64/include/
H A Datomic.h619 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
/freebsd-14.2/sys/sys/
H A Datomic_san.h246 #define atomic_subtract_acq_long ATOMIC_SAN(subtract_acq_long) macro
/freebsd-14.2/sys/powerpc/include/
H A Datomic.h425 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/freebsd-14.2/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()