Searched refs:atomic_fetchadd_64 (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _atomic64e.h | 58 u_int64_t atomic_fetchadd_64(volatile u_int64_t *, u_int64_t);
|
| H A D | _cscan_atomic.h | 356 #define atomic_fetchadd_64 kcsan_atomic_fetchadd_64 macro
|
| H A D | systm.h | 611 return (atomic_fetchadd_64(&unr64->counter, 1)); in alloc_unr64()
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 137 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 D | atomic.h | 128 return (atomic_fetchadd_64(target, delta) + delta); in atomic_add_64_nv()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 528 #define atomic_fetchadd_long atomic_fetchadd_64 540 #define atomic_fetchadd_ptr atomic_fetchadd_64
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 563 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 D | atomic.h | 652 #define atomic_fetchadd_64 atomic_fetchadd_long macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 588 atomic_fetchadd_64(volatile uint64_t *p, uint64_t val) in atomic_fetchadd_64() function
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_ratelimit.c | 1390 pre = atomic_fetchadd_64(&rs->rs_flows_using, -1); in tcp_rel_pacing_rate()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 951 res->id = atomic_fetchadd_64(&sessid, 1); in crypto_newsession()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 3912 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()
|