Home
last modified time | relevance | path

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

/titanic_41/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++) in dprog_addevent()
1075 g_recsize = LS_STACK(g_stkdepth); in main()
1257 g_recsize = LS_STACK(g_stkdepth); in main()
1263 if (g_gflag && g_recsize <= LS_STACK(0)) in main()
1691 if (rectype <= LS_STACK(j) || in report_stats()
1753 rectype > LS_STACK(0) ? "Stack" : ""); in report_stats()
1787 if (rectype <= LS_STACK(fr) || lsp->ls_stack[fr] == 0) { in report_stats()
1795 while (rectype > LS_STACK(fr) && lsp->ls_stack[fr] != 0) { in report_stats()
1839 if (rectype <= LS_STACK(0)) in report_trace()
[all …]