Searched refs:bc_depth (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 149 int bc_depth; /* stack depth */ member
|
H A D | umem.c | 1210 for (d = 0; d < MIN(bcap->bc_depth, umem_stack_depth); d++) { in umem_error() 1372 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 138 int bc_depth; /* stack depth */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1965 for (i = 0; i < bcp->bc_depth; i++) { in allocdby_walk() 2577 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 D | leaky_subr.c | 804 depth = MIN(bcp->bc_depth, umem_stack_depth); in leaky_subr_add_leak()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 525 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH); in leaky_subr_add_leak()
|
H A D | kmem.c | 2029 for (i = 0; i < bcp->bc_depth; i++) { in allocdby_walk() 2937 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH); in bufctl() 3884 depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in showbc() 4013 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in kmu_add() 4108 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH); in kmause2()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kmem.c | 1413 for (d = 0; d < MIN(bcap->bc_depth, KMEM_STACK_DEPTH); d++) { in kmem_error() 1505 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \
|