Searched refs:XPT_BUSY (Results 1 – 3 of 3) sorted by relevance
185 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()246 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()256 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received()422 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_do_enqueue()461 if (test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()950 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()1047 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_close_xprt()
59 #define XPT_BUSY 0 /* enqueued/receiving */ macro
1664 { (1UL << XPT_BUSY), "XPT_BUSY"}, \