Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dclnt.c720 if (clnt->cl_chatty && !(task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_timeout()
721 task->tk_flags |= RPC_CALL_MAJORSEEN; in call_timeout()
748 if (clnt->cl_chatty && (task->tk_flags & RPC_CALL_MAJORSEEN)) { in call_decode()
751 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
/linux-2.4.37.9/include/linux/sunrpc/
Dsched.h111 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro