Home
last modified time | relevance | path

Searched refs:__GFP_ACCOUNT (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpgalloc.h12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/linux/
H A Dgfp.h16 #define __GFP_ACCOUNT 0x100000u macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dpgtable-frag.c61 page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT); in __alloc_for_ptecache()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dpgalloc.h8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT)
/OK3568_Linux_fs/kernel/include/linux/
H A Dgfp.h106 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro
326 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgalloc.h157 gfp &= ~__GFP_ACCOUNT; in p4d_alloc_one()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h47 {(unsigned long)__GFP_ACCOUNT, "__GFP_ACCOUNT"}, \
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dpgtable.c296 gfp &= ~__GFP_ACCOUNT; in __alloc_for_pmdcache()
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c304 gfp |= __GFP_ACCOUNT; in xas_nomem()
334 gfp |= __GFP_ACCOUNT; in __xas_nomem()
372 gfp |= __GFP_ACCOUNT; in xas_alloc()
H A Dradix-tree.c330 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.h330 if (!(flags & __GFP_ACCOUNT) && !(s->flags & SLAB_ACCOUNT)) in memcg_slab_pre_alloc_hook()
H A Dpercpu.c1587 if (!memcg_kmem_enabled() || !(gfp & __GFP_ACCOUNT)) in pcpu_memcg_pre_alloc_hook()
H A Dmemcontrol.c2928 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)
H A Dpage_alloc.c5199 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c232 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst53 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c500 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
H A Dbuffer.c843 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c252 THREADINFO_GFP & ~__GFP_ACCOUNT, in alloc_thread_stack_node()
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c400 p = mmu_memory_cache_alloc_obj(mc, GFP_ATOMIC | __GFP_ACCOUNT); in kvm_mmu_memory_cache_alloc()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1776 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()