Searched refs:XPRT_CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/net/sunrpc/ |
| 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()
|
| D | sysfs.c | 180 close_wait = test_bit(XPRT_CLOSE_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
|
| D | xprtsock.c | 1201 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags() 1251 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_reset_transport() 1542 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
|
| /Linux-v6.6/include/linux/sunrpc/ |
| D | xprt.h | 449 #define XPRT_CLOSE_WAIT (3) macro
|
| /Linux-v6.6/include/trace/events/ |
| D | sunrpc.h | 991 { BIT(XPRT_CLOSE_WAIT), "CLOSE_WAIT" }, \
|