Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsched.h125 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dclnt.c2420 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in rpc_check_timeout()
2421 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()
2453 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
2459 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
H A Dsched.c809 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsunrpc.h301 TRACE_DEFINE_ENUM(RPC_CALL_MAJORSEEN);
318 { RPC_CALL_MAJORSEEN, "MAJORSEEN" }, \