Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A 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()
971 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
1073 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_close()
/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc_xprt.h59 #define XPT_BUSY 0 /* enqueued/receiving */ macro
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h1822 { BIT(XPT_BUSY), "BUSY" }, \

Completed in 8 milliseconds