Lines Matching refs:active
2300 page->active = 0; in alloc_slabmgmt()
2519 objp = index_to_obj(cachep, page, get_free_obj(page, page->active)); in slab_get_obj()
2520 page->active++; in slab_get_obj()
2533 for (i = page->active; i < cachep->num; i++) { in slab_put_obj()
2541 page->active--; in slab_put_obj()
2545 set_free_obj(page, page->active, objnr); in slab_put_obj()
2655 if (!page->active) { in cache_grow_end()
2662 n->free_objects += cachep->num - page->active; in cache_grow_end()
2764 if (page->active == cachep->num) { in fixup_slab_list()
2803 if (!page->active) { in get_valid_first_slab()
2885 BUG_ON(page->active >= cachep->num); in alloc_block()
2887 while (page->active < cachep->num && batchcount--) { in alloc_block()
3186 BUG_ON(page->active == cachep->num); in ____cache_alloc_node()
3351 if (page->active == 0) { in free_block()
3406 BUG_ON(page->active); in cache_flusharray()