Home
last modified time | relevance | path

Searched refs:atomic_fetchadd_64 (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/sys/
H A D_atomic64e.h58 u_int64_t atomic_fetchadd_64(volatile u_int64_t *, u_int64_t);
H A D_cscan_atomic.h356 #define atomic_fetchadd_64 kcsan_atomic_fetchadd_64 macro
H A Dsystm.h611 return (atomic_fetchadd_64(&unr64->counter, 1)); in alloc_unr64()
/f-stack/freebsd/i386/include/
H A Datomic.h137 uint64_t atomic_fetchadd_64(volatile uint64_t *, uint64_t);
617 atomic_fetchadd_64(volatile uint64_t *p, uint64_t v) in atomic_fetchadd_64() function
890 #define atomic_fetchadd_acq_64 atomic_fetchadd_64
891 #define atomic_fetchadd_rel_64 atomic_fetchadd_64
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Datomic.h128 return (atomic_fetchadd_64(target, delta) + delta); in atomic_add_64_nv()
/f-stack/freebsd/arm64/include/
H A Datomic.h528 #define atomic_fetchadd_long atomic_fetchadd_64
540 #define atomic_fetchadd_ptr atomic_fetchadd_64
/f-stack/freebsd/mips/include/
H A Datomic.h563 atomic_fetchadd_64(__volatile uint64_t *p, uint64_t v) in atomic_fetchadd_64() function
700 #define atomic_fetchadd_long atomic_fetchadd_64
/f-stack/freebsd/amd64/include/
H A Datomic.h652 #define atomic_fetchadd_64 atomic_fetchadd_long macro
/f-stack/freebsd/arm/include/
H A Datomic-v6.h588 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) in atomic_fetchadd_64() function
/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1390 pre = atomic_fetchadd_64(&rs->rs_flows_using, -1); in tcp_rel_pacing_rate()
/f-stack/freebsd/opencrypto/
H A Dcrypto.c951 res->id = atomic_fetchadd_64(&sessid, 1); in crypto_newsession()
/f-stack/freebsd/vm/
H A Duma_core.c3912 old = atomic_fetchadd_64(&zone->uz_items, in zone_alloc_limit_hard()
3955 old = atomic_fetchadd_64(&zone->uz_items, count); in zone_alloc_limit()
3986 old = atomic_fetchadd_64(&zone->uz_items, -count); in zone_free_limit()