Searched refs:XPT_BUSY (Results 1 – 2 of 2) sorted by relevance
55 * The XPT_BUSY bit in xprt->xpt_flags prevents a transport being72 * - Can only be set while XPT_BUSY is held which ensures208 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init() 218 * The caller must hold the XPT_BUSY bit and must226 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received() 236 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received() 454 if (xpt_flags & BIT(XPT_BUSY)) in svc_xprt_ready() 481 * the provider calls svc_xprt_received. We update XPT_BUSY in svc_xprt_enqueue() 485 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue() 807 /* Leave XPT_BUSY se in svc_handle_xprt() [all...]
86 XPT_BUSY, /* enqueued/receiving */ enumerator