Searched refs:cache_grow_begin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 1692 * in cache_grow_begin() in calculate_slab_order() 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() 2966 * cache_grow_begin() can reenable interrupts, 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-6.6/mm/ |
H A D | slab.c | 1680 * in cache_grow_begin() in calculate_slab_order() 2522 static struct slab *cache_grow_begin(struct kmem_cache *cachep, in cache_grow_begin() function 2923 slab = cache_grow_begin(cachep, gfp_exact_node(flags), node); in cache_alloc_refill() 2926 * cache_grow_begin() can reenable interrupts, in cache_alloc_refill() 3093 slab = cache_grow_begin(cache, flags, numa_mem_id()); in fallback_alloc() 3154 slab = cache_grow_begin(cachep, gfp_exact_node(flags), nodeid); in ____cache_alloc_node()
|
Completed in 11 milliseconds