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

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c113 static int g_topn = INT_MAX; variable
1306 g_topn = atoi(optarg);
1761 if (g_topn == 0) {
1795 if (displayed++ >= g_topn)

Completed in 115 milliseconds