Lines Matching refs:test_bit
131 if (test_bit(XPT_CACHE_AUTH, &xprt->xpt_flags)) in svc_xprt_free()
221 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()
353 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_xprt_do_enqueue()
413 if (test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
518 if (test_bit(RQ_BUSY, &rqstp->rq_flags)) in svc_wake_up()
746 if (test_bit(XPT_CLOSE, &xprt->xpt_flags)) { in svc_handle_xprt()
752 if (test_bit(XPT_LISTENER, &xprt->xpt_flags)) { in svc_handle_xprt()
884 if (test_bit(XPT_DEAD, &xprt->xpt_flags) in svc_send()
885 || test_bit(XPT_CLOSE, &xprt->xpt_flags)) in svc_send()
927 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
972 if (test_bit(XPT_TEMP, &xprt->xpt_flags)) in svc_delete_xprt()
1085 if (too_many || test_bit(XPT_DEAD, &xprt->xpt_flags)) { in svc_revisit()
1114 if (rqstp->rq_arg.page_len || !test_bit(RQ_USEDEFERRAL, &rqstp->rq_flags)) in svc_defer()
1178 if (!test_bit(XPT_DEFERRED, &xprt->xpt_flags)) in svc_deferred_dequeue()