Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 3 of 3) sorted by relevance
121 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
2231 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()2232 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()2264 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()2270 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
713 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()