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

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1758 unsigned long long timechunk; local
1923 timechunk = collecttime / MAXALRMCALL;
1924 collecttime = collecttime - timechunk * MAXALRMCALL;
1926 msg(2, "logging for (0x%llx 0x%llx)\n", timechunk, collecttime);
1946 if (timechunk-- > 0) {

Completed in 47 milliseconds