Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h420 #define XPRT_CLOSING (6) macro
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtsock.c1149 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1460 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1481 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1490 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
H A Dxprt.c798 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
894 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsunrpc.h954 TRACE_DEFINE_ENUM(XPRT_CLOSING);
967 { (1UL << XPRT_CLOSING), "CLOSING"}, \