Home
last modified time | relevance | path

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

/Linux-v4.19/tools/vm/
Dslabinfo.c801 unsigned long long min_objects = max, max_objects = 0, in totals() local
891 if (s->objects > max_objects) in totals()
892 max_objects = s->objects; in totals()
966 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
/Linux-v4.19/mm/
Dslub.c947 int max_objects; in on_freelist() local
972 max_objects = order_objects(compound_order(page), s->size); in on_freelist()
973 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()
974 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()
976 if (page->objects != max_objects) { in on_freelist()
978 page->objects, max_objects); in on_freelist()
979 page->objects = max_objects; in on_freelist()
3221 unsigned int max_objects; in calculate_order() local
3234 max_objects = order_objects(slub_max_order, size); in calculate_order()
3235 min_objects = min(min_objects, max_objects); in calculate_order()