Home
last modified time | relevance | path

Searched refs:bc_next (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libumem/common/
H A Dumem_impl.h107 struct umem_bufctl *bc_next; /* next bufctl struct */ member
141 struct umem_bufctl *bc_next; /* next bufctl struct */ member
H A Dumem.c1112 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 …]
/titanic_41/usr/src/uts/common/sys/
H A Dkmem_impl.h119 struct kmem_bufctl *bc_next; /* next bufctl struct */ member
130 struct kmem_bufctl *bc_next; /* next bufctl struct */ member
H A Dstrsubr.h642 struct strbufcall *bc_next; member
/titanic_41/usr/src/uts/common/os/
H A Dkmem.c1320 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 …]
H A Dstrsubr.c3581 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()
/titanic_41/usr/src/uts/common/io/
H A Dstream.c1287 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()
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c723 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()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c807 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()