Searched refs:XPRT_CLOSING (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | xprt.h | 420 #define XPRT_CLOSING (6) macro
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | xprt.h | 452 #define XPRT_CLOSING (6) macro
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtsock.c | 1149 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 D | xprt.c | 798 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect() 894 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | sysfs.c | 183 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
|
H A D | xprtsock.c | 1202 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()
|
H A D | xprt.c | 829 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect() 938 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sunrpc.h | 954 TRACE_DEFINE_ENUM(XPRT_CLOSING); variable 967 { (1UL << XPRT_CLOSING), "CLOSING"}, \
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 994 { BIT(XPRT_CLOSING), "CLOSING" }, \
|
Completed in 21 milliseconds