Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 2 of 2) sorted by relevance
124 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
1518 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()1519 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()1551 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()1555 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()