Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxprt.c250 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_clear_locked()
744 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
774 if (test_and_set_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_schedule_autoclose_locked()
936 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
1550 if (test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_request_transmit()
H A Dxprtsock.c913 !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xs_stream_abort_send_request()
1234 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1284 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_reset_transport()
1576 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
H A Dsysfs.c261 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
/linux/include/linux/sunrpc/
H A Dxprt.h457 #define XPRT_CLOSE_WAIT (3) macro