Searched refs:XPRT_CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/sunrpc/ |
A D | xprt.c | 250 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_clear_locked() 741 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose() 771 if (test_and_set_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_schedule_autoclose_locked() 933 if (!xprt_connected(xprt) && !test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_connect()
|
A D | sysfs.c | 180 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
|
A D | xprtsock.c | 1146 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags() 1196 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_reset_transport() 1479 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | xprt.h | 429 #define XPRT_CLOSE_WAIT (3) macro
|
/linux-6.3-rc2/include/trace/events/ |
A D | sunrpc.h | 959 { BIT(XPRT_CLOSE_WAIT), "CLOSE_WAIT" }, \
|
Completed in 17 milliseconds