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

/freebsd-13-stable/sys/arm/include/
H A Datomic.h96 #define atomic_fetchadd_int atomic_fetchadd_32
H A Datomic-v6.h571 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
615 return (atomic_fetchadd_32((volatile uint32_t *)p, val));
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Datomic.h61 return (atomic_fetchadd_32(target, delta) + delta);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Datomic.h65 return (atomic_fetchadd_32(target, delta) + delta);
/freebsd-13-stable/sys/mips/include/
H A Datomic.h484 atomic_fetchadd_32(__volatile uint32_t *p, uint32_t v) function
670 #define atomic_fetchadd_int atomic_fetchadd_32
753 atomic_fetchadd_32((volatile u_int *)(p), (u_int)(v))
/freebsd-13-stable/sys/riscv/include/
H A Datomic.h216 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) function
248 #define atomic_fetchadd_int atomic_fetchadd_32
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_os.h929 #define ocs_atomic_add_return(a, v) atomic_fetchadd_32(a, v)
940 #define ocs_atomic_sub_return(a, v) atomic_fetchadd_32(a, (-(v)))
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_lock.c143 oldval = atomic_fetchadd_32(&fsigblock, -SIGFASTBLOCK_INC);
/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow_v9.c225 header->seq_num = htonl(atomic_fetchadd_32(&fe->flow9_seq, 1));
H A Dnetflow.c1030 header->flow_seq = htonl(atomic_fetchadd_32(&fe->flow_seq,
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c912 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
990 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
1349 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
1502 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1);
/freebsd-13-stable/sys/sys/
H A Datomic_san.h328 #define atomic_fetchadd_32 kcsan_atomic_fetchadd_32 macro
/freebsd-13-stable/sys/amd64/include/
H A Datomic.h625 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-13-stable/sys/net80211/
H A Dieee80211_freebsd.c363 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD);
384 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD);
/freebsd-13-stable/sys/rpc/
H A Dclnt_dg.c254 call_msg.rm_xid = atomic_fetchadd_32(&rpc_xid, 1);
426 xid = atomic_fetchadd_32(&rpc_xid, 1);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_sig.c125 oldval = atomic_fetchadd_32(&curthread->fsigblock, -SIGFASTBLOCK_INC);
/freebsd-13-stable/sys/arm64/include/
H A Datomic.h500 #define atomic_fetchadd_int atomic_fetchadd_32
/freebsd-13-stable/sys/powerpc/include/
H A Datomic.h985 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c311 value = atomic_fetchadd_32(&priv->tls.num_resources, 1U);
/freebsd-13-stable/sys/i386/include/
H A Datomic.h880 #define atomic_fetchadd_32 atomic_fetchadd_int macro
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c550 io->scsiio.tag_num = atomic_fetchadd_32(&softc->cur_tag_num, 1);
H A Dctl_frontend_iscsi.c2696 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1);
2699 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1);
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c1034 inflight = atomic_fetchadd_32(qr->qr_inflight, 1) + 1;
/freebsd-13-stable/sys/net/
H A Dif_lagg.c2302 p = atomic_fetchadd_32(&sc->sc_seq, 1);
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_run.c129 #define RUN_CMDQ_GET(c) (atomic_fetchadd_32((c), 1) & RUN_CMDQ_MASQ)

Completed in 376 milliseconds