Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c5206 unsigned int min_objects; in calculate_order() local
5210 min_objects = slub_min_objects; in calculate_order()
5211 if (!min_objects) { in calculate_order()
5224 min_objects = 4 * (fls(nr_cpus) + 1); in calculate_order()
5228 min_objects = min(min_objects, max_objects); in calculate_order()
5231 get_order(min_objects * size)); in calculate_order()