Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dsched.h125 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/Linux-v5.4/net/sunrpc/
Dclnt.c2459 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in rpc_check_timeout()
2460 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()
2494 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
2500 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
Dsched.c818 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
/Linux-v5.4/include/trace/events/
Dsunrpc.h82 TRACE_DEFINE_ENUM(RPC_CALL_MAJORSEEN);
96 { RPC_CALL_MAJORSEEN, "MAJORSEEN" }, \