Searched refs:lkb_depth (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky_subr.c | 609 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller); in leaky_subr_bufctl_cmp() 610 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller); in leaky_subr_bufctl_cmp() 705 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump() 762 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0]; in leaky_subr_dump() 812 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump()
|
H A D | leaky.c | 487 nlkb->lkb_depth = depth; in leaky_add_leak() 505 if (lkb->lkb_type != type || lkb->lkb_depth != depth || in leaky_add_leak() 650 mdb_free(l, LEAK_BUFCTL_SIZE(l->lkb_depth)); in leaky_cleanup() 653 mdb_free(lkb, LEAK_BUFCTL_SIZE(lkb->lkb_depth)); in leaky_cleanup() 704 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth, in leaky_dump() 736 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth, in leaky_dump()
|
H A D | leaky_impl.h | 60 uint8_t lkb_depth; member
|
/titanic_50/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | leaky_subr.c | 683 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller); in leaky_subr_bufctl_cmp() 684 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller); in leaky_subr_bufctl_cmp() 947 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump() 997 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0]; in leaky_subr_dump() 1046 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, c, in leaky_subr_dump()
|