Searched refs:bc_depth (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | kmem.c | 2029 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 D | leaky_subr.c | 525 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| H A D | leaky_subr.c | 804 depth = MIN(bcp->bc_depth, umem_stack_depth);
|
| H A D | umem.c | 1966 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 D | kmem_impl.h | 137 int bc_depth; /* stack depth */ member in struct:kmem_bufctl_audit
|
| /illumos-gate/usr/src/lib/libumem/common/ |
| H A D | umem.c | 1211 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 D | umem_impl.h | 152 int bc_depth; /* stack depth */ member in struct:umem_bufctl_audit
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | kmem.c | 1414 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 120 milliseconds