Searched refs:RS_CANCELLED (Results 1 – 6 of 6) sorted by relevance
112 && !(prs->request->outcome & RS_CANCELLED) in notify()141 if (prs->request->outcome & RS_CANCELLED) in notify()164 if (prs->request->outcome & RS_CANCELLED) in notify()169 if (prs->request->outcome & RS_CANCELLED) { in notify()
45 prs->request->outcome |= RS_CANCELLED; in cancel()
182 if ((r->outcome & (RS_CANCELLED|RS_FAILED)) && in init_requests()205 if (!(r->outcome & RS_CANCELLED)) { in init_requests()
130 if (prs->request->outcome & RS_CANCELLED) in dowait()346 if (prs->request->outcome & RS_CANCELLED) in dowait()
115 #define RS_CANCELLED 0x0040 /* request was cancelled */ macro130 #define RS_DONE (RS_CANCELLED|RS_PRINTED|RS_FAILED)
317 } else if (state & RS_CANCELLED) { in lpsched_request_outcome_to_attributes()