Searched refs:cache_grow (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | slab.c | 2593 static int cache_grow(struct kmem_cache *cachep, in cache_grow() function 2840 x = cache_grow(cachep, gfp_exact_node(flags), node, NULL); in cache_alloc_refill() 3060 if (cache_grow(cache, flags, nid, page)) { in fallback_alloc() 3133 x = cache_grow(cachep, gfp_exact_node(flags), nodeid, NULL); in ____cache_alloc_node()
|