Home
last modified time | relevance | path

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

/linux/tools/vm/
A Dslabinfo.c808 unsigned long long min_objects = max, max_objects = 0, in totals() local
898 if (s->objects > max_objects) in totals()
899 max_objects = s->objects; in totals()
973 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
/linux/mm/
A Dslub.c1145 int max_objects; in on_freelist() local
1170 max_objects = order_objects(compound_order(page), s->size); in on_freelist()
1171 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()
1172 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()
1174 if (page->objects != max_objects) { in on_freelist()
1176 page->objects, max_objects); in on_freelist()
1177 page->objects = max_objects; in on_freelist()
3819 unsigned int max_objects; in calculate_order() local
3846 max_objects = order_objects(slub_max_order, size); in calculate_order()
3847 min_objects = min(min_objects, max_objects); in calculate_order()

Completed in 18 milliseconds