Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sunrpc/
Dxprtsock.h87 #define XPRT_SOCK_WAKE_ERROR (4) macro
/linux-6.1.9/net/sunrpc/
Dxprtsock.c1129 clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state); in xs_sock_reset_state_flags()
1176 xs_run_error_worker(transport, XPRT_SOCK_WAKE_ERROR); in xs_error_report()
2417 if (!test_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state)) in xs_wake_error()
2422 if (!test_and_clear_bit(XPRT_SOCK_WAKE_ERROR, &transport->sock_state)) in xs_wake_error()