Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/mm/
A Dslabinfo.c832 unsigned long long min_objects = max, max_objects = 0, in totals() local
922 if (s->objects > max_objects) in totals()
923 max_objects = s->objects; in totals()
997 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
/linux-6.3-rc2/mm/
A Dslub.c1263 int max_objects; in on_freelist() local
1288 max_objects = order_objects(slab_order(slab), s->size); in on_freelist()
1289 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()
1290 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()
1292 if (slab->objects != max_objects) { in on_freelist()
1294 slab->objects, max_objects); in on_freelist()
1295 slab->objects = max_objects; in on_freelist()
4119 unsigned int max_objects; in calculate_order() local
4146 max_objects = order_objects(slub_max_order, size); in calculate_order()
4147 min_objects = min(min_objects, max_objects); in calculate_order()

Completed in 18 milliseconds