Lines Matching refs:active
1543 active_objs += page->active; in slab_out_of_memory()
2376 BUG_ON(page->active); in drain_freelist()
2462 page->active = 0; in alloc_slabmgmt()
2540 objp = index_to_obj(cachep, page, get_free_obj(page, page->active)); in slab_get_obj()
2541 page->active++; in slab_get_obj()
2560 for (i = page->active; i < cachep->num; i++) { in slab_put_obj()
2568 page->active--; in slab_put_obj()
2569 set_free_obj(page, page->active, objnr); in slab_put_obj()
2805 BUG_ON(page->active >= cachep->num); in cache_alloc_refill()
2807 while (page->active < cachep->num && batchcount--) { in cache_alloc_refill()
2818 if (page->active == cachep->num) in cache_alloc_refill()
3108 BUG_ON(page->active == cachep->num); in ____cache_alloc_node()
3115 if (page->active == cachep->num) in ____cache_alloc_node()
3282 if (page->active == 0) { in free_block()
3338 BUG_ON(page->active); in cache_flusharray()
3922 if (page->active != cachep->num && !error) in get_slabinfo()
3928 if (page->active == cachep->num && !error) in get_slabinfo()
3930 if (!page->active && !error) in get_slabinfo()
3932 active_objs += page->active; in get_slabinfo()
3936 if (page->active && !error) in get_slabinfo()