Searched refs:cache_grow_begin (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | slab.c | 2563 static struct page *cache_grow_begin(struct kmem_cache *cachep, in cache_grow_begin() function 2963 page = cache_grow_begin(cachep, gfp_exact_node(flags), node); in cache_alloc_refill() 3138 page = cache_grow_begin(cache, flags, numa_mem_id()); in fallback_alloc() 3199 page = cache_grow_begin(cachep, gfp_exact_node(flags), nodeid); in ____cache_alloc_node()
|
/kernel/linux/linux-4.19/mm/ |
D | slab.c | 2650 static struct page *cache_grow_begin(struct kmem_cache *cachep, in cache_grow_begin() function 3049 page = cache_grow_begin(cachep, gfp_exact_node(flags), node); in cache_alloc_refill() 3224 page = cache_grow_begin(cache, flags, numa_mem_id()); in fallback_alloc() 3285 page = cache_grow_begin(cachep, gfp_exact_node(flags), nodeid); in ____cache_alloc_node()
|