Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dsvc_xprt.c200 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
263 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()
273 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received()
428 if (xpt_flags & BIT(XPT_BUSY)) in svc_xprt_ready()
460 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
975 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
1077 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_close()
/Linux-v6.1/include/linux/sunrpc/
Dsvc_xprt.h60 #define XPT_BUSY 0 /* enqueued/receiving */ macro
/Linux-v6.1/include/trace/events/
Dsunrpc.h1820 { (1UL << XPT_BUSY), "XPT_BUSY"}, \