Home
last modified time | relevance | path

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

/fs/
Ddrop_caches.c42 int nr_objects; in drop_slab() local
48 nr_objects = shrink_slab(&shrink, 1000, 1000); in drop_slab()
49 } while (nr_objects > 10); in drop_slab()