Searched refs:__GFP_ACCOUNT (Results 1 – 21 of 21) 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)
106 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro326 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
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()
330 if (!(flags & __GFP_ACCOUNT) && !(s->flags & SLAB_ACCOUNT)) in memcg_slab_pre_alloc_hook()
1587 if (!memcg_kmem_enabled() || !(gfp & __GFP_ACCOUNT)) in pcpu_memcg_pre_alloc_hook()
2928 #define OBJCGS_CLEAR_MASK (__GFP_DMA | __GFP_RECLAIMABLE | __GFP_ACCOUNT)
5199 if (memcg_kmem_enabled() && (gfp_mask & __GFP_ACCOUNT) && page && in __alloc_pages_nodemask()
232 gfp &= ~__GFP_ACCOUNT; in preallocate_pmds()
53 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
500 page = alloc_page(GFP_HIGHUSER | __GFP_ACCOUNT); in pipe_write()
843 gfp_t gfp = GFP_NOFS | __GFP_ACCOUNT; in alloc_page_buffers()
252 THREADINFO_GFP & ~__GFP_ACCOUNT, in alloc_thread_stack_node()
400 p = mmu_memory_cache_alloc_obj(mc, GFP_ATOMIC | __GFP_ACCOUNT); in kvm_mmu_memory_cache_alloc()
1776 ocqe = kmalloc(sizeof(*ocqe), GFP_ATOMIC | __GFP_ACCOUNT); in io_cqring_event_overflow()