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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c397 /* 4) cache_grow/shrink */
1995 * looping condition in cache_grow().
2727 static int cache_grow(struct kmem_cache *cachep, function
3000 x = cache_grow(cachep, flags | GFP_THISNODE, node, NULL);
3002 /* cache_grow can reenable interrupts, then ac could change. */
3253 if (cache_grow(cache, flags, nid, obj)) {
3264 /* cache_grow already freed obj */
3324 x = cache_grow(cachep, flags | GFP_THISNODE, nodeid, NULL);

Completed in 99 milliseconds