Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dxprt.c250 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_clear_locked()
741 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
771 if (test_and_set_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_schedule_autoclose_locked()
933 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
Dsysfs.c180 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
Dxprtsock.c1145 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1195 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_reset_transport()
1476 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/Linux-v6.1/include/linux/sunrpc/
Dxprt.h429 #define XPRT_CLOSE_WAIT (3) macro
/Linux-v6.1/include/trace/events/
Dsunrpc.h959 { BIT(XPRT_CLOSE_WAIT), "CLOSE_WAIT" }, \