Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 4 of 4) sorted by relevance
126 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
2435 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in rpc_check_timeout()2436 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()2468 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()2474 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
824 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
313 { RPC_CALL_MAJORSEEN, "MAJORSEEN" }, \
Completed in 14 milliseconds