Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dpgalloc.h12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
/Linux-v5.4/arch/x86/include/asm/
Dpgalloc.h95 gfp &= ~__GFP_ACCOUNT; in pmd_alloc_one()
155 gfp &= ~__GFP_ACCOUNT; in pud_alloc_one()
195 gfp &= ~__GFP_ACCOUNT; in p4d_alloc_one()
/Linux-v5.4/tools/testing/radix-tree/linux/
Dgfp.h16 #define __GFP_ACCOUNT 0x100000u macro
/Linux-v5.4/include/asm-generic/
Dpgalloc.h8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT)
/Linux-v5.4/arch/powerpc/mm/
Dpgtable-frag.c61 page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT); in __alloc_for_ptecache()
/Linux-v5.4/include/linux/
Dgfp.h93 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro
291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
/Linux-v5.4/include/trace/events/
Dmmflags.h47 {(unsigned long)__GFP_ACCOUNT, "__GFP_ACCOUNT"}, \
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpgtable.c295 gfp &= ~__GFP_ACCOUNT; in __alloc_for_pmdcache()
/Linux-v5.4/lib/
Dxarray.c302 gfp |= __GFP_ACCOUNT; in xas_nomem()
331 gfp |= __GFP_ACCOUNT; in __xas_nomem()
368 gfp |= __GFP_ACCOUNT; in xas_alloc()
Dradix-tree.c341 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()
/Linux-v5.4/mm/
Dslab.h571 ((flags & __GFP_ACCOUNT) || (s->flags & SLAB_ACCOUNT))) in slab_pre_alloc_hook()
Dpage_alloc.c4779 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
/Linux-v5.4/arch/x86/mm/
Dpgtable.c225 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
/Linux-v5.4/Documentation/core-api/
Dmemory-allocation.rst53 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
/Linux-v5.4/fs/
Dpipe.c442 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
Dbuffer.c818 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
/Linux-v5.4/kernel/
Dfork.c242 THREADINFO_GFP & ~__GFP_ACCOUNT, in alloc_thread_stack_node()