Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c409 if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()
531 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()
699 clear_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
709 set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_get_next_xprt()
Dsvc.c611 __set_bit(RQ_BUSY, &rqstp->rq_flags); in svc_rqst_alloc()
/Linux-v4.19/include/linux/sunrpc/
Dsvc.h272 #define RQ_BUSY (6) /* request is busy */ macro
/Linux-v4.19/include/trace/events/
Dsunrpc.h549 { (1UL << RQ_BUSY), "RQ_BUSY"})