Searched refs:slabp_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.c406 struct kmem_cache *slabp_cache; member in struct:kmem_cache
1682 kmem_cache_free(cachep->slabp_cache, slab_rcu);
1922 kmem_cache_free(cachep->slabp_cache, slabp);
2339 cachep->slabp_cache = kmem_find_general_cachep(slab_size, 0u);
2347 BUG_ON(!cachep->slabp_cache);
2573 * Hence we cannot have slabp_cache same as the original cache.
2583 slabp = kmem_cache_alloc_node(cachep->slabp_cache,

Completed in 26 milliseconds