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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddrop_caches.c50 int nr_objects; local
53 nr_objects = shrink_slab(1000, GFP_KERNEL, 1000);
54 } while (nr_objects > 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c3442 static void free_block(struct kmem_cache *cachep, void **objpp, int nr_objects, argument
3448 for (i = 0; i < nr_objects; i++) {

Completed in 62 milliseconds