Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dsched.h136 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/linux/net/sunrpc/
H A Dclnt.c2560 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in rpc_check_timeout()
2561 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()
2593 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
2599 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
H A Dsched.c831 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
/linux/include/trace/events/
H A Dsunrpc.h343 { RPC_CALL_MAJORSEEN, "MAJORSEEN" }, \