Home
last modified time | relevance | path

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

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