Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dxprt.h428 #define XPRT_CLOSING (6) macro
/Linux-v5.15/net/sunrpc/
Dsysfs.c174 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
Dxprtsock.c1139 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1440 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1461 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1470 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
Dxprt.c827 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
941 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
/Linux-v5.15/include/trace/events/
Dsunrpc.h934 { (1UL << XPRT_CLOSING), "CLOSING"}, \