Lines Matching refs:free
226 kmem_bufctl_t free; member
2625 slabp->free = 0; in alloc_slabmgmt()
2694 void *objp = index_to_obj(cachep, slabp, slabp->free); in slab_get_obj()
2698 next = slab_bufctl(slabp)[slabp->free]; in slab_get_obj()
2700 slab_bufctl(slabp)[slabp->free] = BUFCTL_FREE; in slab_get_obj()
2703 slabp->free = next; in slab_get_obj()
2723 slab_bufctl(slabp)[objnr] = slabp->free; in slab_put_obj()
2724 slabp->free = objnr; in slab_put_obj()
2925 for (i = slabp->free; i != BUFCTL_END; i = slab_bufctl(slabp)[i]) { in check_slabp()
3016 if (slabp->free == BUFCTL_END) in cache_alloc_refill()
3282 if (slabp->free == BUFCTL_END) in ____cache_alloc_node()