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

/opensolaris-onvv-gate/usr/src/cmd/lockstat/
H A Dlockstat.c78 #define LS_HIST offsetof(lsrec_t, ls_stack[0]) macro
500 if (g_recsize < LS_HIST)
652 if (g_recsize > LS_HIST) {
750 if (g_recsize >= LS_HIST) {
848 if ((g_recsize > LS_HIST && nrecs < 4) || (nrecs < 3))
872 if (g_recsize > LS_HIST) {
953 if (g_recsize >= LS_HIST)
1065 g_recsize = LS_HIST;
1654 if (!g_pflag && rectype < LS_HIST) {
1685 if (rectype >= LS_HIST) {
[all...]

Completed in 77 milliseconds