Searched refs:atomic_fetchadd_32 (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Datomic.h72 return (atomic_fetchadd_32(target, delta) + delta);
90 return (atomic_fetchadd_32(target, -1) - 1);
/freebsd-11-stable/sys/arm/include/
H A Datomic.h91 #define atomic_fetchadd_int atomic_fetchadd_32
H A Datomic-v4.h188 atomic_fetchadd_32(volatile uint32_t *p, uint32_t v) function
352 atomic_fetchadd_32(volatile uint32_t *p, uint32_t v) function
509 return (atomic_fetchadd_32((volatile uint32_t *)p, v));
H A Datomic-v6.h414 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
458 return (atomic_fetchadd_32((volatile uint32_t *)p, val));
/freebsd-11-stable/sys/arm64/include/
H A Datomic.h210 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
374 #define atomic_fetchadd_int atomic_fetchadd_32
/freebsd-11-stable/sys/riscv/include/
H A Datomic.h151 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
183 #define atomic_fetchadd_int atomic_fetchadd_32
/freebsd-11-stable/sys/mips/include/
H A Datomic.h438 atomic_fetchadd_32(__volatile uint32_t *p, uint32_t v) function
644 #define atomic_fetchadd_int atomic_fetchadd_32
727 atomic_fetchadd_32((volatile u_int *)(p), (u_int)(v))
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Datomic.h385 return (atomic_fetchadd_32(p, x) + x);
392 return (atomic_fetchadd_32(p, (uint32_t)(-(int32_t)x)) - x);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h931 #define ocs_atomic_add_return(a, v) atomic_fetchadd_32(a, v)
942 #define ocs_atomic_sub_return(a, v) atomic_fetchadd_32(a, (-(v)))
/freebsd-11-stable/sys/sparc64/include/
H A Datomic.h358 #define atomic_fetchadd_32 atomic_add_32 macro
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c223 header->seq_num = htonl(atomic_fetchadd_32(&fe->flow9_seq, 1));
H A Dnetflow.c1067 header->flow_seq = htonl(atomic_fetchadd_32(&fe->flow_seq,
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c910 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
988 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
1347 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
1500 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
/freebsd-11-stable/sys/amd64/include/
H A Datomic.h623 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c312 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD);
332 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD);
/freebsd-11-stable/sys/rpc/
H A Dclnt_dg.c252 call_msg.rm_xid = atomic_fetchadd_32(&rpc_xid, 1);
428 xid = atomic_fetchadd_32(&rpc_xid, 1);
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h858 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-11-stable/sys/net/
H A Dif_lagg.c1846 p = atomic_fetchadd_32(&sc->sc_seq, 1);
1850 p = atomic_fetchadd_32(&sc->sc_seq, 1);
/freebsd-11-stable/sys/i386/include/
H A Datomic.h879 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c553 io->scsiio.tag_num = atomic_fetchadd_32(&softc->cur_tag_num, 1);
H A Dctl_frontend_iscsi.c2675 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c93 #define RUN_CMDQ_GET(c) (atomic_fetchadd_32((c), 1) & RUN_CMDQ_MASQ)

Completed in 313 milliseconds