Searched defs:cache_grow (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dslab.c2108 * looping condition in cache_grow().
2882 static int cache_grow(struct kmem_cache *cachep, function
3153 x = cache_grow(cachep, flags | GFP_THISNODE, node, NULL);
3155 /* cache_grow can reenable interrupts, then ac could change. */
3359 if (cache_grow(cache, flags, nid, obj)) {
3370 /* cache_grow already freed obj */
3431 x = cache_grow(cachep, flags | GFP_THISNODE, nodeid, NULL);

Completed in 12 milliseconds