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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2029 for (i = 0; i < bcp->bc_depth; i++) {
2934 * Guard against bogus bc_depth in case the bufctl is corrupt or
2937 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
3862 depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
3991 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
4086 int i, depth = MIN(bcp->bc_depth, KMEM_STACK_DEPTH);
H A Dleaky_subr.c525 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c804 depth = MIN(bcp->bc_depth, umem_stack_depth);
H A Dumem.c1966 for (i = 0; i < bcp->bc_depth; i++) {
2575 * Guard against bogus bc_depth in case the bufctl is corrupt or
2578 depth = MIN(bcp->bc_depth, umem_stack_depth);
3498 depth = MIN(bcp->bc_depth, umem_stack_depth);
3621 int i, depth = MIN(bcp->bc_depth, umem_stack_depth);
3726 int i, depth = MIN(bcp->bc_depth, umem_stack_depth);
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h137 int bc_depth; /* stack depth */ member in struct:kmem_bufctl_audit
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1211 for (d = 0; d < MIN(bcap->bc_depth, umem_stack_depth); d++) {
1376 _bcp->bc_depth = getpcstack(_bcp->bc_stack, umem_stack_depth, \
H A Dumem_impl.h152 int bc_depth; /* stack depth */ member in struct:umem_bufctl_audit
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1414 for (d = 0; d < MIN(bcap->bc_depth, KMEM_STACK_DEPTH); d++) {
1506 _bcp->bc_depth = getpcstack(_bcp->bc_stack, KMEM_STACK_DEPTH); \

Completed in 108 milliseconds