Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/sunrpc/
Dsched.h124 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/linux-2.6.39/net/sunrpc/
Dclnt.c1518 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()