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

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c94 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) macro
572 if (g_recsize < LS_HIST)
741 if (g_recsize > LS_HIST) {
839 if (g_recsize >= LS_HIST) {
941 if ((g_recsize > LS_HIST && nrecs < 4) || (nrecs < 3))
970 if (g_recsize > LS_HIST) {
1051 if (g_recsize >= LS_HIST)
1163 g_recsize = LS_HIST;
1789 if (!g_pflag && rectype < LS_HIST) {
1824 if (rectype >= LS_HIST) {
[all...]

Completed in 105 milliseconds