Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lockstat/
H A Dlockstat.c51 #define LS_MAX_STACK_DEPTH 50 macro
63 uintptr_t ls_stack[LS_MAX_STACK_DEPTH];
1072 if (g_stkdepth > LS_MAX_STACK_DEPTH) in main()
1074 LS_MAX_STACK_DEPTH); in main()
1256 g_stkdepth = LS_MAX_STACK_DEPTH; in main()
1690 for (j = 0; j < LS_MAX_STACK_DEPTH; j++) { in report_stats()