Searched refs:lkb_stack (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | leaky_impl.h | 59 leak_pc_t lkb_stack[1]; /* actually lkb_depth */ member 61 #define LEAK_BUFCTL_SIZE(d) (OFFSETOF(leak_bufctl_t, lkb_stack[(d)]))
|
| H A D | leaky_subr.c | 607 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller); in leaky_subr_bufctl_cmp() 608 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller); in leaky_subr_bufctl_cmp() 703 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump() 760 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0]; in leaky_subr_dump() 810 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump()
|
| H A D | leaky.c | 491 nlkb->lkb_stack[i] = stack[i]; in leaky_add_leak() 508 if (lkb->lkb_stack[i] != stack[i]) in leaky_add_leak() 702 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth, in leaky_dump() 734 if (!leaky_filter(lkb->lkb_stack, lkb->lkb_depth, in leaky_dump()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| H A D | leaky_subr.c | 681 leaky_subr_caller(lhs->lkb_stack, lhs->lkb_depth, lbuf, &lcaller); in leaky_subr_bufctl_cmp() 682 leaky_subr_caller(rhs->lkb_stack, lhs->lkb_depth, rbuf, &rcaller); in leaky_subr_bufctl_cmp() 945 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, in leaky_subr_dump() 995 caller = (lkb->lkb_depth == 0) ? 0 : lkb->lkb_stack[0]; in leaky_subr_dump() 1044 leaky_subr_caller(lkb->lkb_stack, lkb->lkb_depth, c, in leaky_subr_dump()
|