Searched refs:RQ_BUSY (Results 1 – 4 of 4) sorted by relevance
427 if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()550 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()718 clear_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()728 set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
612 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_rqst_alloc()
272 #define RQ_BUSY (6) /* request is busy */ macro
843 { (1UL << RQ_BUSY), "RQ_BUSY"})