Lines Matching refs:bc_next
1112 for (bcp = *UMEM_HASH(cp, buf); bcp; bcp = bcp->bc_next) in umem_error()
1465 bcp->bc_next = sp->slab_head; in umem_slab_create()
1477 sp->slab_head = bcp->bc_next; in umem_slab_create()
1506 sp->slab_head = bcp->bc_next; in umem_slab_destroy()
1556 if ((sp->slab_head = bcp->bc_next) == NULL) { in umem_slab_alloc()
1567 bcp->bc_next = *hash_bucket; in umem_slab_alloc()
1604 *prev_bcpp = bcp->bc_next; in umem_slab_free()
1609 prev_bcpp = &bcp->bc_next; in umem_slab_free()
1645 bcp->bc_next = sp->slab_head; in umem_slab_free()
2443 umem_bufctl_t *next_bcp = bcp->bc_next; in umem_hash_rescale()
2445 bcp->bc_next = *hash_bucket; in umem_hash_rescale()