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

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c112 static int g_stkdepth; variable
386 for (i = g_stkdepth - 1; i >= 0; i--) {
493 for (i = g_stkdepth - 1; i >= 0; i--) {
518 for (i = g_stkdepth - 1; i >= 0; i--) {
1169 g_stkdepth = atoi(optarg);
1170 if (g_stkdepth > LS_MAX_STACK_DEPTH)
1173 g_recsize = LS_STACK(g_stkdepth);
1356 g_stkdepth = LS_MAX_STACK_DEPTH;
1357 g_recsize = LS_STACK(g_stkdepth);
1560 g_nrecs_used * LS_TIME * (g_stkdepth
[all...]

Completed in 104 milliseconds