| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A 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()
|
| H A D | tnc.c | 3072 atomic_long_sub(n, &ubifs_clean_zn_cnt); in ubifs_tnc_close()
|
| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | atomic-long.h | 62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub() function 181 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | local.h | 34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a))
|
| H 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
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | local.h | 19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a))
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet_frag.h | 153 atomic_long_sub(val, &fqdir->mem); in sub_frag_mem_limit()
|
| H A D | sock.h | 1383 atomic_long_sub(amt, sk->sk_prot->memory_allocated); in sk_memory_allocated_sub()
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A 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()
|
| H A D | pblk-write.c | 84 atomic_long_sub(c_ctx->nr_valid, &pblk->inflight_writes); in pblk_complete_write()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | local.h | 23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a))
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_counter.c | 118 atomic_long_sub(nr_pages, &c->usage); in page_counter_try_charge()
|
| H A D | vmalloc.c | 1381 atomic_long_sub(nr, &vmap_lazy_nr); in __purge_vmap_area_lazy() 2282 atomic_long_sub(area->nr_pages, &nr_vmalloc_pages); in __vunmap()
|
| H A D | swapfile.c | 1078 atomic_long_sub(n_goal * size, &nr_swap_pages); in get_swap_pages() 2651 atomic_long_sub(p->pages, &nr_swap_pages); in SYSCALL_DEFINE1()
|
| H A D | zsmalloc.c | 959 atomic_long_sub(class->pages_per_zspage, in __free_zspage()
|
| H A D | slub.c | 1142 atomic_long_sub(objects, &n->total_objects); in dec_slabs_node()
|
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xdp_umem.c | 37 atomic_long_sub(umem->npgs, &umem->user->locked_vm); in xdp_umem_unaccount_pages()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | genalloc.c | 317 atomic_long_sub(size, &chunk->avail); in gen_pool_alloc_algo_owner()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 748 atomic_long_sub(l, &mm->hugetlb_usage); in hugetlb_count_sub()
|
| H A D | mm.h | 2204 atomic_long_sub(PTRS_PER_PUD * sizeof(pud_t), &mm->pgtables_bytes); in mm_dec_nr_puds() 2232 atomic_long_sub(PTRS_PER_PMD * sizeof(pmd_t), &mm->pgtables_bytes); in mm_dec_nr_pmds() 2254 atomic_long_sub(PTRS_PER_PTE * sizeof(pte_t), &mm->pgtables_bytes); in mm_dec_nr_ptes()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 367 atomic_long_sub(pages, &user->locked_vm); in bpf_charge_memlock() 376 atomic_long_sub(pages, &user->locked_vm); in bpf_uncharge_memlock() 1662 atomic_long_sub(pages, &user->locked_vm); in __bpf_prog_charge() 1673 atomic_long_sub(pages, &user->locked_vm); in __bpf_prog_uncharge()
|
| H A D | core.c | 841 atomic_long_sub(pages, &bpf_jit_current); in bpf_jit_charge_modmem() 851 atomic_long_sub(pages, &bpf_jit_current); in bpf_jit_uncharge_modmem()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | tnc.c | 2887 atomic_long_sub(n, &ubifs_clean_zn_cnt); in ubifs_tnc_close()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | super.c | 1536 atomic_long_sub(bcache_dev_sectors_dirty(d), in flash_dev_free()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | core.c | 5985 atomic_long_sub(rb->aux_nr_pages - rb->aux_mmap_locked, &mmap_user->locked_vm); in perf_mmap_close() 6059 atomic_long_sub((size >> PAGE_SHIFT) + 1 - mmap_locked, in perf_mmap_close()
|