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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c79 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) macro
653 for (depth = 0; g_recsize > LS_STACK(depth); depth++)
1075 g_recsize = LS_STACK(g_stkdepth);
1257 g_recsize = LS_STACK(g_stkdepth);
1263 if (g_gflag && g_recsize <= LS_STACK(0))
1691 if (rectype <= LS_STACK(j) ||
1753 rectype > LS_STACK(0) ? "Stack" : "");
1787 if (rectype <= LS_STACK(fr) || lsp->ls_stack[fr] == 0) {
1795 while (rectype > LS_STACK(fr) && lsp->ls_stack[fr] != 0) {
1839 if (rectype <= LS_STACK(
[all...]

Completed in 61 milliseconds