Searched refs:__GFP_ACCOUNT (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/mm/
H A Dpercpu.c40 * memcg-awareness. To make a percpu allocation memcg-aware the __GFP_ACCOUNT
1628 if (!memcg_kmem_online() || !(gfp & __GFP_ACCOUNT))
H A Dslub.c1928 __GFP_ACCOUNT | __GFP_NOFAIL)
2100 if (likely(!(flags & __GFP_ACCOUNT) && !(s->flags & SLAB_ACCOUNT)))
H A Dvmalloc.c3647 if (gfp_mask & __GFP_ACCOUNT) {
/linux-master/io_uring/
H A Dio_uring.c780 ocqe = kmalloc(ocq_size, GFP_ATOMIC | __GFP_ACCOUNT);
/linux-master/virt/kvm/
H A Dkvm_main.c477 p = mmu_memory_cache_alloc_obj(mc, GFP_ATOMIC | __GFP_ACCOUNT);
/linux-master/net/ipv6/
H A Daddrconf.c1114 ifa = kzalloc(sizeof(*ifa), gfp_flags | __GFP_ACCOUNT);

Completed in 252 milliseconds

12