Home
last modified time | relevance | path

Searched refs:RQ_BUSY (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
A Dsvc_xprt.c457 if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()
581 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()
751 clear_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
761 set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
A Dsvc.c614 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_rqst_alloc()
/linux/include/linux/sunrpc/
A Dsvc.h278 #define RQ_BUSY (6) /* request is busy */ macro

Completed in 14 milliseconds