Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 2 of 2) sorted by relevance
720 if (clnt->cl_chatty && !(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()721 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()748 if (clnt->cl_chatty && (task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_decode()751 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
111 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro