Searched refs:RS_NOTIFY (Results 1 – 7 of 7) sorted by relevance
157 prs->request->outcome |= RS_NOTIFY; in dowait()168 prs->request->outcome |= RS_NOTIFY; in dowait()179 prs->request->outcome |= RS_NOTIFY; in dowait()377 prs->request->outcome |= RS_NOTIFY; in dowait()389 prs->request->outcome |= RS_NOTIFY; in dowait()441 prs->request->outcome &= ~RS_NOTIFY; in dowait()567 if (!(prs->request->outcome & (RS_ACTIVE | RS_NOTIFY))) { in check_request()
48 prs->request->outcome |= RS_NOTIFY; in cancel()56 else if (prs->request->outcome | RS_NOTIFY) { in cancel()
183 !(r->outcome & RS_NOTIFY)) { in init_requests()201 if (r->outcome & RS_NOTIFY) { in init_requests()
251 !(prs->request->outcome & (RS_DONE|RS_CHANGING|RS_NOTIFY)) in qchk_filter()
107 if (!(prs->request->outcome & RS_NOTIFY)) in notify()
558 if (prs->request->outcome & RS_NOTIFY) { in ev_notify()572 else if (prs->request->outcome & RS_NOTIFY && in ev_notify()
118 #define RS_NOTIFY 0x0400 /* user is to be notified (alert) */ macro