| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/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))
|
| /freebsd-13.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | atomic.h | 61 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | atomic.h | 216 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) in atomic_fetchadd_32() function 248 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_os.h | 929 #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.1/libexec/rtld-elf/ |
| H A D | rtld_lock.c | 143 oldval = atomic_fetchadd_32(&fsigblock, -SIGFASTBLOCK_INC); in sig_fastunblock()
|
| /freebsd-13.1/sys/kgssapi/krb5/ |
| H A D | krb5_mech.c | 912 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_get_mic_old() 990 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_get_mic_new() 1349 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_wrap_old() 1502 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_wrap_new()
|
| /freebsd-13.1/sys/rpc/ |
| H A D | clnt_dg.c | 254 call_msg.rm_xid = atomic_fetchadd_32(&rpc_xid, 1); in clnt_dg_create() 426 xid = atomic_fetchadd_32(&rpc_xid, 1); in clnt_dg_call()
|
| /freebsd-13.1/sys/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 | 1034 header->flow_seq = htonl(atomic_fetchadd_32(&fe->flow_seq, in export_send()
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | atomic.h | 590 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | atomic.h | 502 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /freebsd-13.1/sys/sys/ |
| H A D | atomic_san.h | 350 #define atomic_fetchadd_32 ATOMIC_SAN(fetchadd_32) macro
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_sig.c | 125 oldval = atomic_fetchadd_32(&curthread->fsigblock, -SIGFASTBLOCK_INC); in thr_signal_unblock_fast()
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | atomic.h | 985 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-13.1/sys/i386/include/ |
| H A D | atomic.h | 852 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_frontend_cam_sim.c | 550 io->scsiio.tag_num = atomic_fetchadd_32(&softc->cur_tag_num, 1); in cfcs_action()
|
| H A D | ctl_frontend_iscsi.c | 2717 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1); in cfiscsi_datamove_out() 2720 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1); in cfiscsi_datamove_out()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls.c | 322 value = atomic_fetchadd_32(&priv->tls.num_resources, 1U); in mlx5e_tls_snd_tag_alloc()
|
| /freebsd-13.1/sys/dev/qat/ |
| H A D | qat.c | 1023 inflight = atomic_fetchadd_32(qr->qr_inflight, 1) + 1; in qat_etr_put_msg()
|
| /freebsd-13.1/sys/net/ |
| H A D | if_lagg.c | 2301 p = atomic_fetchadd_32(&sc->sc_seq, 1); in lagg_rr_start()
|
| /freebsd-13.1/sys/dev/usb/wlan/ |
| H A D | if_run.c | 129 #define RUN_CMDQ_GET(c) (atomic_fetchadd_32((c), 1) & RUN_CMDQ_MASQ)
|