Home
last modified time | relevance | path

Searched refs:NEEDS_FILTERING (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Drequeue.c117 if (NEEDS_FILTERING(prs)) in queue_attract()
187 if (NEEDS_FILTERING(prs)) in queue_repel()
217 if (NEEDS_FILTERING(prs)) in queue_check()
239 && !NEEDS_FILTERING(prs) in qchk_waiting()
H A Dschedule.c344 if (NEEDS_FILTERING(prs)) in maybe_schedule()
520 NEEDS_FILTERING(prs)) { in ev_slowf()
H A Dflt.c167 if (NEEDS_FILTERING(fp->r1)) in do_flt_acts()
H A Dlpsched.h179 #define NEEDS_FILTERING(PRS) \ macro