Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 3 of 3) sorted by relevance
116 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
2119 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()2120 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()2154 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()2162 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
678 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()