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() 243 * !XPT_BUSY and dispatches the transport. in svc_add_new_perm_xprt() 459 !(xpt_flags & BIT(XPT_BUSY))) in svc_xprt_ready() 488 if (xpt_flags & BIT(XPT_BUSY)) in svc_xprt_enqueue() 515 * the provider calls svc_xprt_received. We update XPT_BUSY[all...]
86 XPT_BUSY, /* enqueued/receiving */ enumerator