Searched refs:bc_next (Results 1 – 9 of 9) sorted by relevance
107 struct umem_bufctl *bc_next; /* next bufctl struct */ member141 struct umem_bufctl *bc_next; /* next bufctl struct */ member
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()[all …]
119 struct kmem_bufctl *bc_next; /* next bufctl struct */ member130 struct kmem_bufctl *bc_next; /* next bufctl struct */ member
642 struct strbufcall *bc_next; member
1320 for (bcp = *KMEM_HASH(cp, buf); bcp; bcp = bcp->bc_next) in kmem_error()1606 bcp->bc_next = sp->slab_head; in kmem_slab_create()1618 sp->slab_head = bcp->bc_next; in kmem_slab_create()1650 sp->slab_head = bcp->bc_next; in kmem_slab_destroy()1680 sp->slab_head = bcp->bc_next; in kmem_slab_alloc_impl()1688 bcp->bc_next = *hash_bucket; in kmem_slab_alloc_impl()1821 *prev_bcpp = bcp->bc_next; in kmem_slab_free()1826 prev_bcpp = &bcp->bc_next; in kmem_slab_free()1858 bcp->bc_next = sp->slab_head; in kmem_slab_free()1916 if (bcp->bc_next == NULL) { in kmem_slab_free()[all …]
3581 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) in runbufcalls()3601 strbcalls.bc_head = bcp->bc_next; in runbufcalls()3610 if (bcp->bc_next != NULL) { in runbufcalls()3611 strbcalls.bc_head = bcp->bc_next; in runbufcalls()3612 bcp->bc_next = NULL; in runbufcalls()3613 strbcalls.bc_tail->bc_next = bcp; in runbufcalls()
1287 bcp->bc_next = NULL; in bufcall()1306 strbcalls.bc_tail->bc_next = bcp; in bufcall()1326 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) { in unbufcall()1339 pbcp->bc_next = bcp->bc_next; in unbufcall()1341 strbcalls.bc_head = bcp->bc_next; in unbufcall()
723 umhw->umhw_cur.bc_next = NULL; in umem_hash_walk_init()749 if ((addr = (uintptr_t)umhw->umhw_cur.bc_next) == NULL) { in umem_hash_walk_step()805 bcp = bc.bc_next; in umem_hash_lookup()1496 bcp = bc.bc_next; in umem_walk_step()
807 kmhw->kmhw_cur.bc_next = NULL; in kmem_hash_walk_init()833 if ((addr = (uintptr_t)kmhw->kmhw_cur.bc_next) == NULL) { in kmem_hash_walk_step()889 bcp = bc.bc_next; in kmem_hash_lookup()1548 bcp = bc.bc_next; in kmem_walk_step()