Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc_xprt.c199 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
262 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()
274 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received()
441 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_do_enqueue()
480 if (test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
971 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
1068 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_close_xprt()
/linux/include/linux/sunrpc/
A Dsvc_xprt.h59 #define XPT_BUSY 0 /* enqueued/receiving */ macro
/linux/include/trace/events/
A Dsunrpc.h1727 { (1UL << XPT_BUSY), "XPT_BUSY"}, \

Completed in 8 milliseconds