Searched refs:RS_DONE (Results 1 – 6 of 6) sorted by relevance
59 #define RS_SKIP ((RS_ACTIVE & ~RS_FILTERING) | RS_DONE)169 if ( !(prs->request->outcome & RS_DONE) ) in queue_repel()238 !(prs->request->outcome & (RS_HELD|RS_DONE|RS_ACTIVE)) in qchk_waiting()251 !(prs->request->outcome & (RS_DONE|RS_CHANGING|RS_NOTIFY)) in qchk_filter()
42 if (prs->request->outcome & RS_DONE) in cancel()
356 else if (rp->request->outcome & RS_DONE) in s_start_change_request()817 if (rp->printer && !(rp->request->outcome & RS_DONE)) in s_inquire_request_rank()1013 if (rp->request->outcome & (RS_DONE|RS_NOTIFYING)) { in s_move_request()1066 (RS_DONE|RS_CHANGING|RS_NOTIFYING)))) { in s_move_dest()
563 if (prs->request->outcome & RS_DONE) { in check_request()
519 if (!(prs->request->outcome & (RS_DONE|RS_HELD|RS_ACTIVE)) && in ev_slowf()
130 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED) macro