Searched refs:searchp (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.c4070 struct kmem_cache *searchp; local
4080 list_for_each_entry(searchp, &cache_chain, next) {
4088 l3 = searchp->nodelists[node];
4090 reap_alien(searchp, l3);
4092 drain_array(searchp, l3, cpu_cache_get(searchp), 0, node);
4103 drain_array(searchp, l3, l3->shared, 0, node);
4110 freed = drain_freelist(searchp, l3, (l3->free_limit +
4111 5 * searchp->num - 1) / (5 * searchp
[all...]

Completed in 59 milliseconds