Searched refs:max_objects (Results 1 – 3 of 3) sorted by relevance
36 unsigned int max_objects; member
835 unsigned long long min_objects = max, max_objects = 0, in totals() local 925 if (s->objects > max_objects) in totals() 926 max_objects = s->objects; in totals() 1000 store_size(b3, max_objects);store_size(b4, total_objects); in totals()
226 unsigned int max_objects; member1572 int max_objects; in on_freelist() local1605 max_objects = order_objects(slab_order(slab), s->size); in on_freelist()1606 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist()1607 max_objects = MAX_OBJS_PER_PAGE; in on_freelist()1609 if (slab->objects != max_objects) { in on_freelist()1611 slab->objects, max_objects); in on_freelist()1612 slab->objects = max_objects; in on_freelist()3773 && total_free + slab_free > pc->max_objects) in get_partial_node_bulk()3781 if (total_free >= pc->max_objects) in get_partial_node_bulk()[all …]