| /freebsd-14.2/sys/cddl/compat/opensolaris/sys/ |
| H A D | atomic.h | 59 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
|
| /freebsd-14.2/sys/riscv/include/ |
| H A D | atomic.h | 214 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) in atomic_fetchadd_32() function 246 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | atomic.h | 67 return (atomic_fetchadd_32(target, delta) + delta); in atomic_add_32_nv()
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | atomic.h | 569 atomic_fetchadd_32(volatile uint32_t *p, uint32_t val) in atomic_fetchadd_32() function 613 return (atomic_fetchadd_32((volatile uint32_t *)p, val)); in atomic_fetchadd_long() 1090 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_os.h | 927 #define ocs_atomic_add_return(a, v) atomic_fetchadd_32(a, v) 938 #define ocs_atomic_sub_return(a, v) atomic_fetchadd_32(a, (-(v)))
|
| /freebsd-14.2/libexec/rtld-elf/ |
| H A D | rtld_lock.c | 132 oldval = atomic_fetchadd_32(&fsigblock, -SIGFASTBLOCK_INC); in sig_fastunblock()
|
| /freebsd-14.2/sys/kgssapi/krb5/ |
| H A D | krb5_mech.c | 910 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_get_mic_old() 988 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_get_mic_new() 1346 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_wrap_old() 1499 seq = atomic_fetchadd_32(&kc->kc_local_seqnumber, 1); in krb5_wrap_new()
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | atomic.h | 538 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-14.2/sys/rpc/ |
| H A D | clnt_dg.c | 252 call_msg.rm_xid = atomic_fetchadd_32(&rpc_xid, 1); in clnt_dg_create() 424 xid = atomic_fetchadd_32(&rpc_xid, 1); in clnt_dg_call()
|
| /freebsd-14.2/sys/netgraph/netflow/ |
| H A D | netflow_v9.c | 221 header->seq_num = htonl(atomic_fetchadd_32(&fe->flow9_seq, 1)); in export9_send()
|
| H A D | netflow.c | 1033 header->flow_seq = htonl(atomic_fetchadd_32(&fe->flow_seq, in export_send()
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_freebsd.c | 367 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD); in ieee80211_com_vincref() 388 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD); in ieee80211_com_vdecref()
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | atomic.h | 799 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-14.2/sys/arm64/include/ |
| H A D | atomic.h | 566 #define atomic_fetchadd_int atomic_fetchadd_32
|
| /freebsd-14.2/sys/sys/ |
| H A D | atomic_san.h | 358 #define atomic_fetchadd_32 ATOMIC_SAN(fetchadd_32) macro
|
| /freebsd-14.2/lib/libthr/thread/ |
| H A D | thr_sig.c | 122 oldval = atomic_fetchadd_32(&curthread->fsigblock, -SIGFASTBLOCK_INC); in thr_signal_unblock_fast()
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | atomic.h | 979 #define atomic_fetchadd_32 atomic_fetchadd_int macro
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls.c | 342 value = atomic_fetchadd_32(&priv->tls.num_resources, 1U); in mlx5e_tls_snd_tag_alloc()
|
| H A D | mlx5_en_hw_tls_rx.c | 687 value = atomic_fetchadd_32(&priv->tls_rx.num_resources, 1U); in mlx5e_tls_rx_snd_tag_alloc()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_frontend_cam_sim.c | 548 io->scsiio.tag_num = atomic_fetchadd_32(&softc->cur_tag_num, 1); in cfcs_action()
|
| H A D | ctl_frontend_iscsi.c | 2734 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1); in cfiscsi_datamove_out() 2737 atomic_fetchadd_32(&cs->cs_target_transfer_tag, 1); in cfiscsi_datamove_out()
|
| /freebsd-14.2/sys/dev/qat_c2xxx/ |
| H A D | qat.c | 998 inflight = atomic_fetchadd_32(qr->qr_inflight, 1) + 1; in qat_etr_put_msg()
|
| /freebsd-14.2/sys/net/ |
| H A D | if_lagg.c | 2388 p = atomic_fetchadd_32(&sc->sc_seq, 1); in lagg_rr_start()
|
| /freebsd-14.2/sys/kern/ |
| H A D | uipc_socket.c | 1602 sp->wq_index = atomic_fetchadd_32(&splice_index, 1) %
|
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_run.c | 127 #define RUN_CMDQ_GET(c) (atomic_fetchadd_32((c), 1) & RUN_CMDQ_MASQ)
|