Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dsvc_xprt.c209 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
272 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()
282 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received()
438 if (xpt_flags & BIT(XPT_BUSY)) in svc_xprt_ready()
469 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
953 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
1055 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_close()
/Linux-v6.6/include/linux/sunrpc/
Dsvc_xprt.h85 XPT_BUSY, /* enqueued/receiving */ enumerator