Searched refs:RQ_BUSY (Results 1 – 3 of 3) sorted by relevance
475 if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_enqueue()585 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()755 clear_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()765 set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
640 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_rqst_alloc()
288 #define RQ_BUSY (6) /* request is busy */ macro