Searched defs:g_intr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c60 static int g_intr; variable
116 g_intr++;
592 if (g_intr == 0)
596 g_intr--;
/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c356 static int g_intr; variable
752 g_intr = 1;
972 if (!g_intr && !done)
975 if (done || g_intr || g_exited) {
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c85 static int g_intr; variable
1153 if (!g_intr)
1156 if (g_intr++)
1802 if (!g_intr && !done)
1815 if (done || g_intr || (g_psc != 0 && g_pslive == 0)) {

Completed in 642 milliseconds