| /Linux-v5.10/fs/ubifs/ |
| D | shrinker.c | 117 atomic_long_sub(freed, &ubifs_clean_zn_cnt); in shrink_tnc() 118 atomic_long_sub(freed, &c->clean_zn_cnt); in shrink_tnc()
|
| D | tnc.c | 3072 atomic_long_sub(n, &ubifs_clean_zn_cnt); in ubifs_tnc_close()
|
| /Linux-v5.10/include/asm-generic/ |
| D | local.h | 34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a))
|
| D | atomic-long.h | 105 atomic_long_sub(long i, atomic_long_t *v) in atomic_long_sub() function 599 atomic_long_sub(long i, atomic_long_t *v) in atomic_long_sub() function
|
| /Linux-v5.10/arch/alpha/include/asm/ |
| D | local.h | 19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a))
|
| /Linux-v5.10/include/net/ |
| D | inet_frag.h | 146 atomic_long_sub(val, &fqdir->mem); in sub_frag_mem_limit()
|
| D | sock.h | 1335 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
|
| /Linux-v5.10/arch/mips/include/asm/ |
| D | local.h | 23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a))
|
| /Linux-v5.10/drivers/lightnvm/ |
| D | pblk-read.c | 207 atomic_long_sub(rqd->nr_ppas, &pblk->inflight_reads); in __pblk_end_io_read() 464 atomic_long_sub(gc_rq->secs_to_gc, &pblk->inflight_reads); in pblk_submit_read_gc()
|
| D | pblk-write.c | 84 atomic_long_sub(c_ctx->nr_valid, &pblk->inflight_writes); in pblk_complete_write()
|
| /Linux-v5.10/mm/ |
| D | page_counter.c | 118 atomic_long_sub(nr_pages, &c->usage); in page_counter_try_charge()
|
| D | vmalloc.c | 1374 atomic_long_sub(nr, &vmap_lazy_nr); in __purge_vmap_area_lazy() 2272 atomic_long_sub(area->nr_pages, &nr_vmalloc_pages); in __vunmap()
|
| D | swapfile.c | 1054 atomic_long_sub(n_goal * size, &nr_swap_pages); in get_swap_pages() 2616 atomic_long_sub(p->pages, &nr_swap_pages); in SYSCALL_DEFINE1()
|
| D | zsmalloc.c | 959 atomic_long_sub(class->pages_per_zspage, in __free_zspage()
|
| D | slub.c | 1100 atomic_long_sub(objects, &n->total_objects); in dec_slabs_node()
|
| /Linux-v5.10/net/xdp/ |
| D | xdp_umem.c | 37 atomic_long_sub(umem->npgs, &umem->user->locked_vm); in xdp_umem_unaccount_pages()
|
| /Linux-v5.10/lib/ |
| D | genalloc.c | 316 atomic_long_sub(size, &chunk->avail); in gen_pool_alloc_algo_owner()
|
| /Linux-v5.10/include/linux/ |
| D | hugetlb.h | 743 atomic_long_sub(l, &mm->hugetlb_usage); in hugetlb_count_sub()
|
| D | mm.h | 2041 atomic_long_sub(PTRS_PER_PUD * sizeof(pud_t), &mm->pgtables_bytes); in mm_dec_nr_puds() 2069 atomic_long_sub(PTRS_PER_PMD * sizeof(pmd_t), &mm->pgtables_bytes); in mm_dec_nr_pmds() 2091 atomic_long_sub(PTRS_PER_PTE * sizeof(pte_t), &mm->pgtables_bytes); in mm_dec_nr_ptes()
|
| /Linux-v5.10/kernel/bpf/ |
| D | syscall.c | 349 atomic_long_sub(pages, &user->locked_vm); in bpf_charge_memlock() 358 atomic_long_sub(pages, &user->locked_vm); in bpf_uncharge_memlock() 1639 atomic_long_sub(pages, &user->locked_vm); in __bpf_prog_charge() 1650 atomic_long_sub(pages, &user->locked_vm); in __bpf_prog_uncharge()
|
| D | core.c | 833 atomic_long_sub(pages, &bpf_jit_current); in bpf_jit_charge_modmem() 843 atomic_long_sub(pages, &bpf_jit_current); in bpf_jit_uncharge_modmem()
|
| /Linux-v5.10/drivers/md/bcache/ |
| D | super.c | 1493 atomic_long_sub(bcache_dev_sectors_dirty(d), in flash_dev_free()
|
| /Linux-v5.10/kernel/events/ |
| D | core.c | 5917 atomic_long_sub(rb->aux_nr_pages - rb->aux_mmap_locked, &mmap_user->locked_vm); in perf_mmap_close() 5991 atomic_long_sub((size >> PAGE_SHIFT) + 1 - mmap_locked, in perf_mmap_close()
|
| /Linux-v5.10/net/core/ |
| D | skbuff.c | 1083 atomic_long_sub(mmp->num_pg, &mmp->user->locked_vm); in mm_unaccount_pinned_pages()
|
| /Linux-v5.10/fs/ |
| D | io_uring.c | 7860 atomic_long_sub(nr_pages, &user->locked_vm); in __io_unaccount_mem()
|