Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sunrpc/
Dxprt.h432 #define XPRT_CLOSING (6) macro
/Linux-v6.1/net/sunrpc/
Dxprtsock.c1146 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1473 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1494 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1503 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
Dsysfs.c183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
Dxprt.c829 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
938 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
/Linux-v6.1/include/trace/events/
Dsunrpc.h962 { BIT(XPRT_CLOSING), "CLOSING" }, \