Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h110 struct umem_bufctl *bc_next; /* next bufctl struct */ member
144 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()
1469 bcp->bc_next = sp->slab_head; in umem_slab_create()
1481 sp->slab_head = bcp->bc_next; in umem_slab_create()
1510 sp->slab_head = bcp->bc_next; in umem_slab_destroy()
1560 if ((sp->slab_head = bcp->bc_next) == NULL) { in umem_slab_alloc()
1571 bcp->bc_next = *hash_bucket; in umem_slab_alloc()
1608 *prev_bcpp = bcp->bc_next; in umem_slab_free()
1613 prev_bcpp = &bcp->bc_next; in umem_slab_free()
1649 bcp->bc_next = sp->slab_head; in umem_slab_free()
2447 umem_bufctl_t *next_bcp = bcp->bc_next; in umem_hash_rescale()
[all …]
/illumos-gate/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.h660 struct strbufcall *bc_next; member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1652 sp->slab_head = bcp->bc_next; in kmem_slab_alloc_impl()
1660 bcp->bc_next = *hash_bucket; in kmem_slab_alloc_impl()
1793 *prev_bcpp = bcp->bc_next; in kmem_slab_free()
1798 prev_bcpp = &bcp->bc_next; in kmem_slab_free()
1830 bcp->bc_next = sp->slab_head; in kmem_slab_free()
1888 if (bcp->bc_next == NULL) { in kmem_slab_free()
2774 head = head->bc_next; in kmem_slab_prefill()
2810 next = head->bc_next; in kmem_slab_prefill()
2811 head->bc_next = NULL; in kmem_slab_prefill()
4604 bcp = bcp->bc_next) { in kmem_slab_allocated()
[all …]
H A Dstrsubr.c3606 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) in runbufcalls()
3626 strbcalls.bc_head = bcp->bc_next; in runbufcalls()
3635 if (bcp->bc_next != NULL) { in runbufcalls()
3636 strbcalls.bc_head = bcp->bc_next; in runbufcalls()
3637 bcp->bc_next = NULL; in runbufcalls()
3638 strbcalls.bc_tail->bc_next = bcp; in runbufcalls()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1324 bcp->bc_next = NULL; in bufcall()
1343 strbcalls.bc_tail->bc_next = bcp; in bufcall()
1363 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) { in unbufcall()
1376 pbcp->bc_next = bcp->bc_next; in unbufcall()
1378 strbcalls.bc_head = bcp->bc_next; in unbufcall()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c724 umhw->umhw_cur.bc_next = NULL; in umem_hash_walk_init()
750 if ((addr = (uintptr_t)umhw->umhw_cur.bc_next) == 0) { in umem_hash_walk_step()
806 bcp = bc.bc_next; in umem_hash_lookup()
1497 bcp = bc.bc_next; in umem_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c808 kmhw->kmhw_cur.bc_next = NULL; in kmem_hash_walk_init()
834 if ((addr = (uintptr_t)kmhw->kmhw_cur.bc_next) == 0) { in kmem_hash_walk_step()
890 bcp = bc.bc_next; in kmem_hash_lookup()
1549 bcp = bc.bc_next; in kmem_walk_step()