Searched refs:__GFP_ACCOUNT (Results 1 – 17 of 17) sorted by relevance
12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
95 gfp &= ~__GFP_ACCOUNT; in pmd_alloc_one()155 gfp &= ~__GFP_ACCOUNT; in pud_alloc_one()195 gfp &= ~__GFP_ACCOUNT; in p4d_alloc_one()
16 #define __GFP_ACCOUNT 0x100000u macro
8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT)
61 page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT); in __alloc_for_ptecache()
93 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
47 {(unsigned long)__GFP_ACCOUNT, "__GFP_ACCOUNT"}, \
295 gfp &= ~__GFP_ACCOUNT; in __alloc_for_pmdcache()
302 gfp |= __GFP_ACCOUNT; in xas_nomem()331 gfp |= __GFP_ACCOUNT; in __xas_nomem()368 gfp |= __GFP_ACCOUNT; in xas_alloc()
341 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()
571 ((flags & __GFP_ACCOUNT) || (s->flags & SLAB_ACCOUNT))) in slab_pre_alloc_hook()
4779 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
225 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
53 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
442 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
818 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
242 THREADINFO_GFP & ~__GFP_ACCOUNT, in alloc_thread_stack_node()