Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dxprt.c299 return test_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_need_congestion_window_wait()
311 set_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_set_congestion_window_wait()
318 clear_bit(XPRT_CWND_WAIT, &xprt->state); in xprt_test_and_clear_congestion_window_wait()
529 if (test_and_clear_bit(XPRT_CWND_WAIT, &xprt->state)) in xprt_clear_congestion_window_wait_locked()
540 if (test_and_clear_bit(XPRT_CWND_WAIT, &xprt->state)) { in xprt_clear_congestion_window_wait()
Dsysfs.c176 cwnd_wait = test_bit(XPRT_CWND_WAIT, &xprt->state); in rpc_sysfs_xprt_state_show()
/Linux-v5.15/include/linux/sunrpc/
Dxprt.h432 #define XPRT_CWND_WAIT (10) macro
/Linux-v5.15/include/trace/events/
Dsunrpc.h938 { (1UL << XPRT_CWND_WAIT), "CWND_WAIT"}, \
1185 __entry->wait = test_bit(XPRT_CWND_WAIT, &xprt->state);