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

/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c96 static int g_stkdepth; variable
332 for (i = g_stkdepth - 1; i >= 0; i--) {
421 for (i = g_stkdepth - 1; i >= 0; i--) {
446 for (i = g_stkdepth - 1; i >= 0; i--) {
1071 g_stkdepth = atoi(optarg);
1072 if (g_stkdepth > LS_MAX_STACK_DEPTH)
1075 g_recsize = LS_STACK(g_stkdepth);
1256 g_stkdepth = LS_MAX_STACK_DEPTH;
1257 g_recsize = LS_STACK(g_stkdepth);
1450 g_nrecs_used * LS_TIME * (g_stkdepth
[all...]

Completed in 79 milliseconds