| /f-stack/freebsd/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
|
| /f-stack/freebsd/vm/ |
| H A D | redzone.c | 105 atomic_add_long(&redzone_extra_mem, redzone_size_ntor(nsize) - nsize); in redzone_setup()
|
| H A D | vnode_pager.c | 623 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_input_smlfs() 1075 atomic_add_long(&runningbufspace, bp->b_runningbufspace); in vnode_pager_generic_getpages()
|
| H A D | swap_pager.c | 248 atomic_add_long(&uip->ui_vmsize, pincr); in swap_reserve_force_rlimit() 338 atomic_add_long(&swap_reserved, pincr); in swap_reserve_force()
|
| /f-stack/freebsd/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()
|
| H A D | subr_intr.c | 224 atomic_add_long(&isrc->isrc_count[0], 1); in isrc_increment_count()
|
| H A D | vfs_vnops.c | 1298 atomic_add_long(&vn_io_faults_cnt, 1); in vn_io_fault1() 3356 atomic_add_long(&vn_lock_pair_pause_cnt, 1); in vn_lock_pair_pause()
|
| H A D | sys_pipe.c | 595 atomic_add_long(&amountpipekva, cpipe->pipe_buffer.size); in pipespace_new()
|
| H A D | uipc_shm.c | 817 atomic_add_long(&count_largepages[psind], 1); in shm_dotruncate_largepage()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 636 #define atomic_add_64 atomic_add_long 663 #define atomic_add_ptr atomic_add_long
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 1069 atomic_add_long(&invl_wait, 1); in pmap_delayed_invl_wait_l() 1089 PV_STAT(atomic_add_long(&invl_wait, 1)); in pmap_delayed_invl_wait_u() 2653 atomic_add_long(&pmap->pm_eptgen, 1); in pmap_update_pde_store() 2884 atomic_add_long(&pmap->pm_eptgen, 1); in pmap_invalidate_ept() 5798 atomic_add_long(&pmap_pde_demotions, 1); in pmap_demote_pde_locked() 6520 atomic_add_long(&pmap_pde_p_failures, 1); in pmap_promote_pde() 6583 atomic_add_long(&pmap_pde_p_failures, 1); in pmap_promote_pde() 6609 atomic_add_long(&pmap_pde_promotions, 1); in pmap_promote_pde() 7186 atomic_add_long(&pmap_pde_mappings, 1); in pmap_enter_pde() 7448 atomic_add_long(&pmap_pde_mappings, 1); in pmap_object_init_pt() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/ |
| H A D | atomic.h | 76 extern void atomic_add_long(volatile ulong_t *, long);
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-x86_64/ |
| H A D | atomic.S | 231 ALTENTRY(atomic_add_long) 235 SET_SIZE(atomic_add_long)
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | x86.c | 603 atomic_add_long(&bhyve_xcpuids, 1); in x86_emulate_cpuid()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2479 PV_STAT(atomic_add_long(&pv_entry_frees, 1)); in free_pv_entry() 2535 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2555 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() 3535 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3560 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3580 atomic_add_long(&pmap_l2_p_failures, 1); in pmap_promote_l2() 3595 atomic_add_long(&pmap_l2_promotions, 1); in pmap_promote_l2() 4359 atomic_add_long(&pmap_l2_mappings, 1); in pmap_enter_l2() 4774 atomic_add_long(&pmap_l2_mappings, 1); in pmap_copy() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 116 atomic_add_long(&sc->sc_underrun, 1); in bcm2835_rng_stat_inc_underrun()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/asm-i386/ |
| H A D | atomic.S | 267 ALTENTRY(atomic_add_long) 273 SET_SIZE(atomic_add_long)
|
| /f-stack/freebsd/sys/ |
| H A D | _cscan_atomic.h | 191 #define atomic_add_long kcsan_atomic_add_long macro
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 166 # define ATOMIC_INCL(x) atomic_add_long(&(x), 1) 169 # define ATOMIC_DECL(x) atomic_add_long(&(x), -1)
|
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 524 #define atomic_add_long atomic_add_64 macro
|
| /f-stack/freebsd/arm/include/ |
| H A D | atomic-v6.h | 131 atomic_add_long(volatile u_long *p, u_long val) in atomic_add_long() function
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 677 atomic_add_long(limit, (long)diff); in chglimit()
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.c | 239 atomic_add_long(addr, 1); in atomic_incr_long()
|