Searched refs:nextscan (Results 1 – 1 of 1) sorted by relevance
1036 time_t nextscan; in pm_scan() local1076 nextscan = pm_scan_dev(dip); in pm_scan()1090 if (nextscan != LONG_MAX) { in pm_scan()1091 if (nextscan > (LONG_MAX / hz)) in pm_scan()1092 nextscan = (LONG_MAX - 1) / hz; in pm_scan()1101 (clock_t)(nextscan * hz)); in pm_scan()1104 (ulong_t)nextscan, (ulong_t)scanp->ps_scan_id)) in pm_scan()