Home
last modified time | relevance | path

Searched refs:atomic_add_rel_32 (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/arm/arm/
H A Dmp_machdep.c168 atomic_add_rel_32(&mp_naps, 1); in init_secondary()
193 atomic_add_rel_32(&smp_cpus, 1); in init_secondary()
/freebsd/sys/arm/include/
H A Datomic.h1058 #define atomic_add_rel_ptr atomic_add_rel_32
1084 #define atomic_add_rel_int atomic_add_rel_32
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c196 atomic_add_rel_32(&smp_cpus, 1); in init_secondary()
/freebsd/sys/amd64/include/
H A Datomic.h524 #define atomic_add_rel_32 atomic_add_rel_int macro
/freebsd/sys/riscv/include/
H A Datomic.h343 #define atomic_add_rel_int atomic_add_rel_32
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c257 atomic_add_rel_32(&smp_cpus, 1); in init_secondary()
/freebsd/sys/sys/
H A Datomic_san.h348 #define atomic_add_rel_32 ATOMIC_SAN(add_rel_32) macro
/freebsd/sys/arm64/include/
H A Datomic.h583 #define atomic_add_rel_int atomic_add_rel_32
/freebsd/sys/i386/include/
H A Datomic.h785 #define atomic_add_rel_32 atomic_add_rel_int macro
/freebsd/sys/powerpc/include/
H A Datomic.h144 #define atomic_add_rel_32 atomic_add_rel_int in _ATOMIC_ADD() macro
/freebsd/sys/rpc/
H A Dsvc_vc.c1047 atomic_add_rel_32(&xprt->xp_snt_cnt, len); in svc_vc_reply()
/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c881 atomic_add_rel_32(&tx->dqo.qpl_bufs_produced, pkt->num_qpl_bufs); in gve_reap_qpl_bufs_dqo()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c743 atomic_add_rel_32(&dev->pd_count, 1); in qlnxr_alloc_pd()