Searched refs:XPRT_CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
D | xprt.c | 219 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_clear_locked() 710 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose() 745 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_force_disconnect() 791 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_conditional_disconnect() 884 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
|
D | xprtsock.c | 1124 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags() 1177 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_reset_transport() 1439 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | xprt.h | 417 #define XPRT_CLOSE_WAIT (3) macro
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | sunrpc.h | 951 TRACE_DEFINE_ENUM(XPRT_CLOSE_WAIT); 964 { (1UL << XPRT_CLOSE_WAIT), "CLOSE_WAIT"}, \
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 489 - if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { 490 + if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) { 532 - set_bit(XPRT_CLOSE_WAIT, &xprt->state);
|