Lines Matching refs:outcome
130 if (prs->request->outcome & RS_CANCELLED) in dowait()
136 || prs->request->outcome & RS_STOPPED in dowait()
155 prs->request->outcome |= RS_FAILED; in dowait()
157 prs->request->outcome |= RS_NOTIFY; in dowait()
168 prs->request->outcome |= RS_NOTIFY; in dowait()
176 prs->request->outcome |= RS_PRINTED; in dowait()
179 prs->request->outcome |= RS_NOTIFY; in dowait()
292 prs->request->outcome &= ~(RS_PRINTING|RS_STOPPED); in dowait()
334 prs->request->outcome &= ~RS_FILTERING; in dowait()
346 if (prs->request->outcome & RS_CANCELLED) in dowait()
351 || prs->request->outcome & RS_STOPPED in dowait()
364 if (prs->request->outcome in dowait()
376 prs->request->outcome |= RS_FAILED; in dowait()
377 prs->request->outcome |= RS_NOTIFY; in dowait()
389 prs->request->outcome |= RS_NOTIFY; in dowait()
397 prs->request->outcome |= RS_FILTERED; in dowait()
421 prs->request->outcome &= ~RS_STOPPED; in dowait()
425 prs->request->outcome & RS_REFILTER in dowait()
439 prs->request->outcome &= ~RS_NOTIFYING; in dowait()
441 prs->request->outcome &= ~RS_NOTIFY; in dowait()
563 if (prs->request->outcome & RS_DONE) { in check_request()
567 if (!(prs->request->outcome & (RS_ACTIVE | RS_NOTIFY))) { in check_request()