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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1036 time_t nextscan; local
1076 nextscan = pm_scan_dev(dip);
1090 if (nextscan != LONG_MAX) {
1091 if (nextscan > (LONG_MAX / hz))
1092 nextscan = (LONG_MAX - 1) / hz;
1101 (clock_t)(nextscan * hz));
1102 PMD(PMD_SCAN, ("%s: nextscan for %s@%s(%s#%d) in "
1104 (ulong_t)nextscan, (ulong_t)scanp->ps_scan_id))

Completed in 65 milliseconds