Searched refs:cache_cache (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.c448 * We still use [MAX_NUMNODES] and not [1] or [0] because cache_cache
668 static struct kmem_cache cache_cache = { variable in typeref:struct:kmem_cache
1398 cache_cache.nodelists[i] = NULL;
1410 * 1) initialize the cache_cache cache: it contains the struct
1411 * kmem_cache structures of all caches, except cache_cache itself:
1412 * cache_cache is statically allocated.
1421 * 4) Replace the __init data head arrays for cache_cache and the first
1423 * 5) Replace the __init data for kmem_list3 for cache_cache and
1430 /* 1) create the cache_cache */
1432 list_add(&cache_cache
[all...]

Completed in 57 milliseconds