Searched refs:__GFP_ACCOUNT (Results 1 – 15 of 15) sorted by relevance
12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
101 gfp &= ~__GFP_ACCOUNT; in pmd_alloc_one()149 gfp &= ~__GFP_ACCOUNT; in pud_alloc_one()181 gfp &= ~__GFP_ACCOUNT; in p4d_alloc_one()
16 #define __GFP_ACCOUNT 0x100000u macro
93 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro291 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
264 gfp &= ~__GFP_ACCOUNT; in __alloc_for_pmdcache()345 page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT); in __alloc_for_ptecache()
64 gfp_t flags = GFP_KERNEL | __GFP_ZERO | __GFP_ACCOUNT; in pte_alloc_one()
111 pte = (pte_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO | __GFP_ACCOUNT); in pte_alloc_one()
47 {(unsigned long)__GFP_ACCOUNT, "__GFP_ACCOUNT"}, \
28 return (pte_t *)__get_free_page(PGALLOC_GFP & ~__GFP_ACCOUNT); in pte_alloc_one_kernel()241 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
427 ((flags & __GFP_ACCOUNT) || (s->flags & SLAB_ACCOUNT))) in slab_pre_alloc_hook()
4393 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
416 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
352 INIT_RADIX_TREE(&mapping->i_pages, GFP_ATOMIC | __GFP_ACCOUNT); in __address_space_init_once()
816 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
477 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()