Searched refs:max_objects (Results 1 – 3 of 3) sorted by relevance
40 * @max_objects: maximum objects in array42 unsigned int max_objects;36 unsigned int max_objects; global() member
834 unsigned long long min_objects = max, max_objects = 0, in totals() 924 if (s->objects > max_objects) in totals() 925 max_objects = s->objects; in totals() 999 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 835 unsigned long long min_objects = max, max_objects = 0, totals() local
228 unsigned int max_objects;1589 int max_objects; in on_freelist() 1622 max_objects = order_objects(slab_order(slab), s->size); in on_freelist() 1623 if (max_objects > MAX_OBJS_PER_PAGE) in on_freelist() 1624 max_objects = MAX_OBJS_PER_PAGE; in on_freelist() 1626 if (slab->objects != max_objects) { in on_freelist() 1628 slab->objects, max_objects); in trace() 1629 slab->objects = max_objects; in trace() 3802 && total_free + slab_free > pc->max_objects) in get_from_partial_node() 3811 if (total_free >= pc->max_objects) in get_from_partial_node() 226 unsigned int max_objects; global() member 1576 int max_objects; on_freelist() local 7467 unsigned int max_objects; calculate_order() local [all...]