| /src/sys/amd64/include/ |
| H A D | atomic.h | 551 #define atomic_subtract_64 atomic_subtract_long 578 #define atomic_subtract_ptr atomic_subtract_long
|
| /src/sys/vm/ |
| H A D | redzone.c | 145 atomic_subtract_long(&redzone_extra_mem, in redzone_check()
|
| H A D | uma_int.h | 655 atomic_subtract_long(&uma_kmem_total, size); in uma_total_dec()
|
| H A D | swap_pager.c | 245 atomic_subtract_long(&uip->ui_vmsize, pdecr); in swap_release_by_cred_rlimit() 386 atomic_subtract_long(&swap_reserved, pdecr); in swap_release_by_cred()
|
| H A D | uma_core.c | 827 atomic_subtract_long(&zdom->uzd_imax, cnt); in zone_fetch_bucket() 1158 atomic_subtract_long(&zdom->uzd_imax, in zone_domain_update_wss()
|
| H A D | vm_map.c | 3488 atomic_subtract_long(&vm_user_wire_count, npages); in vm_map_wire_user_count_sub()
|
| /src/sys/powerpc/include/ |
| H A D | atomic.h | 474 #define atomic_subtract_64 atomic_subtract_long 478 #define atomic_subtract_ptr atomic_subtract_long
|
| /src/sys/riscv/include/ |
| H A D | atomic.h | 545 #define atomic_subtract_long atomic_subtract_64 macro
|
| /src/sys/arm64/include/ |
| H A D | atomic.h | 599 #define atomic_subtract_long atomic_subtract_64 macro
|
| /src/sys/sys/ |
| H A D | atomic_san.h | 245 #define atomic_subtract_long ATOMIC_SAN(subtract_long) macro
|
| /src/sys/arm/include/ |
| H A D | atomic.h | 794 atomic_subtract_long(volatile u_long *p, u_long val) in atomic_subtract_long() function
|
| /src/sys/kern/ |
| H A D | vfs_bio.c | 656 atomic_subtract_long(&bd->bd_bufspace, -diff); in bufspace_adjust() 686 atomic_subtract_long(&bd->bd_bufspace, size); in bufspace_reserve() 706 atomic_subtract_long(&bd->bd_bufspace, size); in bufspace_release() 894 atomic_subtract_long(&bufmallocspace, -diff); in bufmallocadjust()
|
| H A D | vfs_cache.c | 869 atomic_subtract_long(&numcache, 1); in cache_alloc() 885 atomic_subtract_long(&numcache, 1); in cache_free() 904 atomic_subtract_long(&numcache, i); in cache_free_batch() 1539 atomic_subtract_long(&numneg, 1); in cache_neg_remove()
|
| H A D | kern_resource.c | 1687 atomic_subtract_long(limit, (long)diff); in chglimit()
|
| H A D | sys_pipe.c | 1688 atomic_subtract_long(&amountpipekva, cpipe->pipe_buffer.size); in pipe_free_kmem()
|
| H A D | vfs_subr.c | 1986 atomic_subtract_long(&numvnodes, 1); in vn_alloc_hard() 2025 atomic_subtract_long(&numvnodes, 1); in vn_alloc_hard() 2065 atomic_subtract_long(&numvnodes, 1); in vn_free()
|
| H A D | uipc_shm.c | 338 atomic_subtract_long(&count_largepages[psind], in shm_largepage_phys_dtor()
|
| /src/sys/netinet/ |
| H A D | tcp_ratelimit.c | 1099 atomic_subtract_long(&decon_rte->using, 1); in rl_decrement_using()
|
| /src/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1493 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk() 1560 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 5607 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in mmu_radix_remove_pages()
|
| /src/sys/riscv/riscv/ |
| H A D | pmap.c | 2104 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 4410 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
|
| /src/sys/arm64/arm64/ |
| H A D | pmap.c | 3424 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in reclaim_pv_chunk_domain() 3506 PV_STAT(atomic_subtract_long(&pv_entry_count, 1)); in free_pv_entry() 7253 PV_STAT(atomic_subtract_long(&pv_entry_count, freed)); in pmap_remove_pages()
|
| /src/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 1166 atomic_subtract_long(&dep_current[item->wk_type], 1); in workitem_free()
|