RQ_BUSY 843 include/trace/events/sunrpc.h { (1UL << RQ_BUSY), "RQ_BUSY"}) RQ_BUSY 612 net/sunrpc/svc.c __set_bit(RQ_BUSY, &rqstp->rq_flags); RQ_BUSY 427 net/sunrpc/svc_xprt.c if (test_and_set_bit(RQ_BUSY, &rqstp->rq_flags)) RQ_BUSY 550 net/sunrpc/svc_xprt.c if (test_bit(RQ_BUSY, &rqstp->rq_flags)) RQ_BUSY 718 net/sunrpc/svc_xprt.c clear_bit(RQ_BUSY, &rqstp->rq_flags); RQ_BUSY 728 net/sunrpc/svc_xprt.c set_bit(RQ_BUSY, &rqstp->rq_flags);