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

/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c56 static int g_start, g_end; variable
225 g_end = i;
606 g_start = g_end = 0;
618 if (g_start == g_end)
620 } while ((g_start = g_end) < g_max_cpus);

Completed in 64 milliseconds