Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsvc_xprt.c208 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
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()
485 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
961 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
1062 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_close()
/linux/include/linux/sunrpc/
A Dsvc_xprt.h85 XPT_BUSY, /* enqueued/receiving */ enumerator
/linux/fs/nfsd/
A Dnfsctl.c2041 clear_bit(XPT_BUSY, &xprt->xpt_flags); in nfsd_nl_listener_set_doit()

Completed in 12 milliseconds