Lines Matching refs:active
2301 page->active = 0; in alloc_slabmgmt()
2522 objp = index_to_obj(cachep, page, get_free_obj(page, page->active)); in slab_get_obj()
2523 page->active++; in slab_get_obj()
2536 for (i = page->active; i < cachep->num; i++) { in slab_put_obj()
2544 page->active--; in slab_put_obj()
2548 set_free_obj(page, page->active, objnr); in slab_put_obj()
2662 if (!page->active) { in cache_grow_end()
2669 n->free_objects += cachep->num - page->active; in cache_grow_end()
2771 if (page->active == cachep->num) { in fixup_slab_list()
2810 if (!page->active) { in get_valid_first_slab()
2892 BUG_ON(page->active >= cachep->num); in alloc_block()
2894 while (page->active < cachep->num && batchcount--) { in alloc_block()
3194 BUG_ON(page->active == cachep->num); in ____cache_alloc_node()
3349 if (page->active == 0) { in free_block()
3404 BUG_ON(page->active); in cache_flusharray()