Home
last modified time | relevance | path

Searched refs:XPRT_CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance

/linux/net/sunrpc/
A Dxprt.c249 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_clear_locked()
740 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
770 if (test_and_set_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_schedule_autoclose_locked()
932 if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
A Dsysfs.c175 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
A Dxprtsock.c1139 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1438 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/linux/include/linux/sunrpc/
A Dxprt.h425 #define XPRT_CLOSE_WAIT (3) macro
/linux/include/trace/events/
A Dsunrpc.h948 { BIT(XPRT_CLOSE_WAIT), "CLOSE_WAIT" }, \

Completed in 16 milliseconds