Searched refs:XPRT_CLOSING (Results 1 – 5 of 5) sorted by relevance
452 #define XPRT_CLOSING (6) macro
183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
1203 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()1540 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()1561 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()1570 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
829 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()938 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
993 { BIT(XPRT_CLOSING), "CLOSING" }, \