Home
last modified time | relevance | path

Searched refs:XPRT_SOCK_WAKE_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/sunrpc/
H A Dxprtsock.h89 #define XPRT_SOCK_WAKE_ERROR (4) macro
/linux/net/sunrpc/
H A Dxprtsock.c1197 clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state); in xs_sock_reset_state_flags()
1244 xs_run_error_worker(transport, XPRT_SOCK_WAKE_ERROR); in xs_error_report()
2803 if (!test_and_clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state)) in xs_wake_error()