Home
last modified time | relevance | path

Searched refs:bc_depth (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h152 int bc_depth; /* stack depth */ member
H A Dumem.c1210 for (d = 0; d < MIN(bcap->bc_depth, umem_stack_depth); d++) { in umem_error()
1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h138 int bc_depth; /* stack depth */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1966 for (i = 0; i < bcp->bc_depth; i++) { in allocdby_walk()
2578 depth = MIN(bcp->bc_depth, umem_stack_depth); in bufctl()
3497 depth = MIN(bcp->bc_depth, umem_stack_depth); in showbc()
3620 int i, depth = MIN(bcp->bc_depth, umem_stack_depth); in umu_add()
3725 int i, depth = MIN(bcp->bc_depth, umem_stack_depth); in umause2()
H A Dleaky_subr.c802 depth = MIN(bcp->bc_depth, umem_stack_depth); in leaky_subr_add_leak()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2030 for (i = 0; i < bcp->bc_depth; i++) { in allocdby_walk()
2938 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH); in bufctl()
3884 depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in showbc()
4015 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in kmu_add()
4110 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in kmause2()
H A Dleaky_subr.c523 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH); in leaky_subr_add_leak()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1383 for (d = 0; d < MIN(bcap->bc_depth, KMEM_STACK_DEPTH); d++) { in kmem_error()
1477 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \