Lines Matching defs:scanq
814 static workq<scan_payload> scanq; // just a single one
3495 // The thread that consumes file names off of the scanq. We hold
3560 bool gotone = scanq.wait_front(p);
3602 scanq.done_front(); // let idlers run
3658 scanq.clear(); // clear previously issued work for scanner threads
3696 scanq.push_back (make_pair(rps, *f->fts_statp));
3746 scanq.wait_idle(); // don't start a new traversal while scanners haven't finished the job
3747 scanq.done_idle(); // release the hounds
3981 scanq.wait_idle(); // PR25394: block scanners during grooming!
4012 scanq.done_idle();
4384 scanq.nuke(); // wake up any remaining scanq-related threads, let them die