Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c166 set_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_init()
222 if (!test_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_received()
232 clear_bit(XPT_BUSY, &xprt->xpt_flags); in svc_xprt_received()
338 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) { in svc_xprt_do_enqueue()
413 if (test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_xprt_enqueue()
927 test_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_age_temp_xprts()
986 if (test_and_set_bit(XPT_BUSY, &xprt->xpt_flags)) in svc_close_xprt()
Dsvcsock.c413 test_bit(XPT_BUSY, &svsk->sk_xprt.xpt_flags)); in svc_udp_data_ready()
431 svsk, sk, test_bit(XPT_BUSY, &svsk->sk_xprt.xpt_flags)); in svc_write_space()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_xprt.h57 #define XPT_BUSY 0 /* enqueued/receiving */ macro
/linux-4.1.27/include/trace/events/
Dsunrpc.h512 { (1UL << XPT_BUSY), "XPT_BUSY"}, \