Searched refs:__GFP_ACCOUNT (Results 1 – 19 of 19) sorted by relevance
12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
16 #define __GFP_ACCOUNT 0x100000u macro
61 page = alloc_page(PGALLOC_GFP | __GFP_ACCOUNT); in __alloc_for_ptecache()
8 #define GFP_PGTABLE_USER (GFP_PGTABLE_KERNEL | __GFP_ACCOUNT)
93 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro300 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
289 if (!(flags & __GFP_ACCOUNT) && !(s->flags & SLAB_ACCOUNT)) in memcg_slab_pre_alloc_hook()331 flags &= ~__GFP_ACCOUNT; in memcg_slab_post_alloc_hook()
1587 if (!memcg_kmem_enabled() || !(gfp & __GFP_ACCOUNT)) in pcpu_memcg_pre_alloc_hook()
4968 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
157 gfp &= ~__GFP_ACCOUNT; in p4d_alloc_one()
47 {(unsigned long)__GFP_ACCOUNT, "__GFP_ACCOUNT"}, \
296 gfp &= ~__GFP_ACCOUNT; in __alloc_for_pmdcache()
304 gfp |= __GFP_ACCOUNT; in xas_nomem()334 gfp |= __GFP_ACCOUNT; in __xas_nomem()372 gfp |= __GFP_ACCOUNT; in xas_alloc()
330 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()
232 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
53 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
484 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
843 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
246 THREADINFO_GFP & ~__GFP_ACCOUNT, in alloc_thread_stack_node()
388 p = mmu_memory_cache_alloc_obj(mc, GFP_ATOMIC | __GFP_ACCOUNT); in kvm_mmu_memory_cache_alloc()