Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Datomic.h547 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
640 #define atomic_subtract_acq_64 atomic_subtract_acq_long
667 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/f-stack/freebsd/mips/include/
H A Datomic.h690 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
726 #define atomic_subtract_acq_long(p, v) \ macro
770 #define atomic_subtract_acq_ptr atomic_subtract_acq_long
/f-stack/freebsd/sys/
H A D_cscan_atomic.h211 #define atomic_subtract_acq_long kcsan_atomic_subtract_acq_long macro
/f-stack/freebsd/arm64/include/
H A Datomic.h552 #define atomic_subtract_acq_long atomic_subtract_acq_64 macro
/f-stack/freebsd/i386/include/
H A Datomic.h802 #define atomic_subtract_acq_long atomic_subtract_barr_long macro
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h92 #define atomic_subtract_acq_long(a, v) (*a -= v) macro
H A Dbnx2x.c1075 atomic_subtract_acq_long(&sc->eq_spq_left, 1); in bnx2x_sp_post()
1077 atomic_subtract_acq_long(&sc->cq_spq_left, 1); in bnx2x_sp_post()