Searched refs:RS_IMMEDIATE (Results 1 – 3 of 3) sorted by relevance
138 if ((*p1)->request->outcome & RS_IMMEDIATE) in rsort()139 if ((*p2)->request->outcome & RS_IMMEDIATE) in rsort()147 else if ((*p2)->request->outcome & RS_IMMEDIATE) in rsort()
154 rp->request->outcome |= RS_IMMEDIATE; in s_print_request()578 rp->request->outcome |= RS_IMMEDIATE; in s_end_change_request()608 if ((rp->request->outcome & RS_IMMEDIATE) || in s_end_change_request()
116 #define RS_IMMEDIATE 0x0080 /* should be next to print */ macro