Home
last modified time | relevance | path

Searched refs:RPC_CALL_MAJORSEEN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dsched.h116 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/linux-4.4.14/net/sunrpc/
Dclnt.c2119 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()
Dsched.c678 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()