Searched refs:atomic_fetchadd_32 (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | atomic.h | 96 #define atomic_fetchadd_int atomic_fetchadd_32
|
| H A D | atomic-v6.h | 571 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) in atomic_fetchadd_32() function 615 return (atomic_fetchadd_32((volatile uint32_t *)p, val)); in atomic_fetchadd_long()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | atomic.h | 65 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
|
| /f-stack/freebsd/mips/include/ |
| H A D | atomic.h | 484 atomic_fetchadd_32(__volatile uint32_t *p, uint32_t v) in atomic_fetchadd_32() function 670 #define atomic_fetchadd_int atomic_fetchadd_32 753 atomic_fetchadd_32((volatile u_int *)(p), (u_int)(v))
|
| /f-stack/freebsd/sys/ |
| H A D | _cscan_atomic.h | 328 #define atomic_fetchadd_32 kcsan_atomic_fetchadd_32 macro
|
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow_v9.c | 225 header->seq_num = htonl(atomic_fetchadd_32(&fe->flow9_seq, 1)); in export9_send()
|
| H A D | netflow.c | 1030 header->flow_seq = htonl(atomic_fetchadd_32(&fe->flow_seq, in export_send()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 625 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.c | 363 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD); in ieee80211_com_vincref() 384 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD); in ieee80211_com_vdecref()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 500 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 880 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /f-stack/freebsd/net/ |
| H A D | if_lagg.c | 2291 p = atomic_fetchadd_32(&sc->sc_seq, 1); in lagg_rr_start()
|