| /freebsd-13.1/sys/mips/include/ |
| H A D | intr_machdep.h | 75 atomic_add_long(counter, 1); in mips_intrcnt_inc()
|
| H A D | atomic.h | 686 #define atomic_add_long atomic_add_64 macro 718 #define atomic_add_long(p, v) \ macro 766 #define atomic_add_ptr atomic_add_long
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | xlocale_private.h | 147 atomic_add_long(&(obj->retain_count), 1); in xlocale_retain()
|
| /freebsd-13.1/sys/kern/ |
| H A D | tty_ttydisc.c | 863 atomic_add_long(&tty_nin, 1); in ttydisc_rint() 1122 atomic_add_long(&tty_nin, len); in ttydisc_rint_bypass() 1212 atomic_add_long(&tty_nout, len); in ttydisc_getc() 1256 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()
|
| H A D | kern_conf.c | 194 atomic_add_long(&dev->si_threadcount, 1); in dev_refthread() 237 atomic_add_long(&dev->si_threadcount, 1); in devvn_refthread()
|
| /freebsd-13.1/sys/vm/ |
| H A D | redzone.c | 109 atomic_add_long(&redzone_extra_mem, redzone_size_ntor(nsize) - nsize); in redzone_setup()
|
| H A D | vnode_pager.c | 629 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs() 1081 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | atomic.h | 601 #define atomic_add_64 atomic_add_long 628 #define atomic_add_ptr atomic_add_long
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | pmap.c | 1615 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 1672 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 1692 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 1721 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 2551 atomic_add_long(&pmap_l2_demotions, 1); in pmap_demote_l2_locked() 2578 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 2606 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 2619 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 2631 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 2640 atomic_add_long(&pmap_l2_promotions, 1); in pmap_promote_l2() [all …]
|
| /freebsd-13.1/sys/powerpc/include/ |
| H A D | atomic.h | 153 #define atomic_add_64 atomic_add_long in _ATOMIC_ADD() 157 #define atomic_add_ptr atomic_add_long in _ATOMIC_ADD()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | atomic.h | 76 extern void atomic_add_long(volatile ulong_t *, long);
|
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1483 PV_STAT(atomic_add_long(&pv_entry_frees, freed)); in reclaim_pv_chunk() 1550 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 1605 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 1624 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 1653 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 2553 atomic_add_long(&pmap_l3e_mappings, 1); in mmu_radix_copy() 2778 atomic_add_long(&pmap_l3e_promotions, 1); in pmap_promote_l3e() 2783 atomic_add_long(&pmap_l3e_p_failures, 1); in pmap_promote_l3e() 3241 atomic_add_long(&pmap_l3e_mappings, 1); in pmap_enter_l3e() 4028 atomic_add_long(&pmap_l3e_mappings, 1); in mmu_radix_object_init_pt() [all …]
|
| H A D | mmu_oea64.c | 3766 atomic_add_long(&sp_mappings, 1); in moea64_sp_enter() 3823 atomic_add_long(&sp_p_fail_pa, 1); in moea64_sp_promote() 3833 atomic_add_long(&sp_p_fail_flags, 1); in moea64_sp_promote() 3841 atomic_add_long(&sp_p_fail_prot, 1); in moea64_sp_promote() 3851 atomic_add_long(&sp_p_fail_wimg, 1); in moea64_sp_promote() 3890 atomic_add_long(&sp_mappings, 1); in moea64_sp_promote() 3891 atomic_add_long(&sp_promotions, 1); in moea64_sp_promote() 3897 atomic_add_long(&sp_p_failures, 1); in moea64_sp_promote() 3954 atomic_add_long(&sp_demotions, 1); in moea64_sp_demote_aligned()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | pmap.c | 2480 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 2536 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2556 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 2585 PV_STAT(atomic_add_long(&pv_entry_count, 1)); in get_pv_entry() 3533 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3568 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3588 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3603 atomic_add_long(&pmap_l2_promotions, 1); in pmap_promote_l2() 4383 atomic_add_long(&pmap_l2_mappings, 1); in pmap_enter_l2() 4811 atomic_add_long(&pmap_l2_mappings, 1); in pmap_copy() [all …]
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | x86.c | 605 atomic_add_long(&bhyve_xcpuids, 1); in x86_emulate_cpuid()
|
| /freebsd-13.1/sys/riscv/include/ |
| H A D | atomic.h | 443 #define atomic_add_long atomic_add_64 macro
|
| /freebsd-13.1/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_compat.h | 162 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1) 165 # define ATOMIC_DECL(x) atomic_add_long(&(x), -1)
|
| /freebsd-13.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 172 atomic_add_long(&sc->sc_underrun, 1); in bcm2835_rng_stat_inc_underrun()
|
| /freebsd-13.1/sys/dev/iommu/ |
| H A D | busdma_iommu.c | 676 atomic_add_long(&ctx->loads, 1); in iommu_bus_dmamap_load_something() 899 atomic_add_long(&ctx->unloads, 1); in iommu_bus_dmamap_unload()
|
| /freebsd-13.1/sys/arm64/include/ |
| H A D | atomic.h | 527 #define atomic_add_long atomic_add_64 macro
|
| /freebsd-13.1/sys/sys/ |
| H A D | atomic_san.h | 213 #define atomic_add_long ATOMIC_SAN(add_long) macro
|
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_ratelimit.c | 1082 atomic_add_long(&decon_rte->using, 1); in rl_increment_using() 1100 atomic_add_long(&decon_rte->rs_num_enobufs, 1); in tcp_rl_log_enobuf()
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | atomic-v6.h | 131 atomic_add_long(volatile u_long *p, u_long val) in atomic_add_long() function
|
| /freebsd-13.1/sys/dev/sfxge/ |
| H A D | sfxge_tx.c | 702 atomic_add_long(&txq->put_overflow, 1); in sfxge_tx_qdpl_put_unlocked() 722 atomic_add_long(&txq->netdown_drops, 1); in sfxge_tx_packet_add()
|
| /freebsd-13.1/sys/geom/ |
| H A D | geom_io.c | 750 atomic_add_long(&transient_maps, 1); in g_io_transient_map_bio()
|