Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
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 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_schedule_autoclose_locked()
931 if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
Dsysfs.c171 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
Dxprtsock.c1138 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1443 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h425 #define XPRT_CLOSE_WAIT (3) macro
/Linux-v5.15/include/trace/events/
Dsunrpc.h931 { (1UL << XPRT_CLOSE_WAIT), "CLOSE_WAIT"}, \