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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddrop_caches.c38 int nr_objects; local
41 nr_objects = shrink_slab(1000, GFP_KERNEL, 1000);
42 } while (nr_objects > 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c3499 static void free_block(struct kmem_cache *cachep, void **objpp, int nr_objects, argument
3505 for (i = 0; i < nr_objects; i++) {

Completed in 77 milliseconds