Home
last modified time | relevance | path

Searched refs:XPT_BUSY (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/
H A Dsvc_xprt.c55 * The XPT_BUSY bit in xprt->xpt_flags prevents a transport being
72 * - Can only be set while XPT_BUSY is held which ensures
208 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
218 * The caller must hold the XPT_BUSY bit and must
226 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...]
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h86 XPT_BUSY, /* enqueued/receiving */ enumerator