Lines Matching defs:scan
132 * Where to begin the scan for single-threaded mode. In multi-threaded,
437 * Each tick cycle, start the scan from a different
500 * Each tick cycle, start the scan from a different
529 clock_tick_execute_common(int start, int scan, int end, clock_t mylbolt,
535 ASSERT((start <= scan) && (scan <= end));
549 for (i = scan; i < end; i++) {
556 for (i = start; i < scan; i++) {
569 int start, scan, end, pending;
601 scan = ctp->ct_scan;
605 clock_tick_execute_common(start, scan, end, mylbolt, pending);