Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dxprt.h452 #define XPRT_CLOSING (6) macro
/linux-6.6.21/net/sunrpc/
Dsysfs.c183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
Dxprtsock.c1202 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1539 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1560 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1569 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
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-6.6.21/include/trace/events/
Dsunrpc.h994 { BIT(XPRT_CLOSING), "CLOSING" }, \