Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dsched.h121 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/Linux-v4.19/net/sunrpc/
Dclnt.c2231 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()
Dsched.c713 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_KILLED|RPC_TASK_SENT); in rpc_reset_task_statistics()