Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgalloc.h12 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
17 return gfp | __GFP_ACCOUNT; in pgtable_gfp_flags()
/linux/tools/include/linux/
H A Dgfp_types.h149 #define __GFP_ACCOUNT ((__force gfp_t)___GFP_ACCOUNT) macro
378 #define GFP_KERNEL_ACCOUNT (GFP_KERNEL | __GFP_ACCOUNT)
/linux/Documentation/translations/zh_CN/mm/
H A Dvmalloced-kernel-stacks.rst87 进行memcg核算。因此,__vmalloc_node_range被调用时没有__GFP_ACCOUNT
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst53 * 从用户空间触发的不可信任的分配应该是kmem核算的对象,必须设置 ``__GFP_ACCOUNT`` 位。
/linux/include/trace/events/
H A Dkmem.h42 ((gfp_flags & __GFP_ACCOUNT) ||
94 (__entry->gfp_flags & (__force unsigned long)__GFP_ACCOUNT)) ? "true" : "false")
/linux/arch/s390/kernel/diag/
H A Ddiag310.c264 buf = __vmalloc_node(data_size, PAGE_SIZE, GFP_KERNEL | __GFP_ZERO | __GFP_ACCOUNT, in diag310_memtop_buf()
/linux/kernel/bpf/
H A Dmemalloc.c214 gfp = __GFP_NOWARN | __GFP_ACCOUNT; in alloc_bulk()
992 ret = __alloc(c, NUMA_NO_NODE, GFP_KERNEL | __GFP_NOWARN | __GFP_ACCOUNT); in bpf_mem_cache_alloc_flags()
/linux/lib/
H A Dxarray.c308 gfp |= __GFP_ACCOUNT; in xas_nomem()
338 gfp |= __GFP_ACCOUNT; in __xas_nomem()
376 gfp |= __GFP_ACCOUNT; in xas_alloc()
1189 gfp |= __GFP_ACCOUNT; in xas_try_split()
H A Dradix-tree.c332 gfp_mask &= ~__GFP_ACCOUNT; in __radix_tree_preload()
/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst96 Hence, __vmalloc_node_range is called without __GFP_ACCOUNT.
/linux/Documentation/core-api/
H A Dmemory-allocation.rst54 of kmem accounting and must have ``__GFP_ACCOUNT`` bit set. There
/linux/kernel/trace/
H A Dtrace_events_user.c640 enabler = kzalloc_obj(*enabler, GFP_NOWAIT | __GFP_ACCOUNT); in user_event_enabler_dup()
/linux/virt/kvm/
H A Dkvm_main.c433 p = mmu_memory_cache_alloc_obj(mc, GFP_ATOMIC | __GFP_ACCOUNT); in kvm_mmu_memory_cache_alloc()