Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c95 #define LS_STACK(depth) offsetof(lsrec_t, ls_stack[depth]) macro
742 for (depth = 0; g_recsize > LS_STACK(depth); depth++) in dprog_addevent()
1173 g_recsize = LS_STACK(g_stkdepth); in main()
1357 g_recsize = LS_STACK(g_stkdepth); in main()
1363 if (g_gflag && g_recsize <= LS_STACK(0)) in main()
1830 if (rectype <= LS_STACK(j) || in report_stats()
1896 rectype > LS_STACK(0) ? "Stack" : ""); in report_stats()
1930 if (rectype <= LS_STACK(fr) || lsp->ls_stack[fr] == 0) { in report_stats()
1938 while (rectype > LS_STACK(fr) && lsp->ls_stack[fr] != 0) { in report_stats()
1986 if (rectype <= LS_STACK(0)) in report_trace()
[all …]