Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sunrpc/
Dxprt.h417 #define XPRT_CLOSING (6) macro
/Linux-v5.10/net/sunrpc/
Dxprtsock.c1124 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1425 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1446 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1455 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
Dxprt.c755 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
856 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
/Linux-v5.10/include/trace/events/
Dsunrpc.h954 TRACE_DEFINE_ENUM(XPRT_CLOSING);
967 { (1UL << XPRT_CLOSING), "CLOSING"}, \