Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sunrpc/
A Dsched.h126 #define RPC_CALL_MAJORSEEN 0x0020 /* major timeout seen */ macro
/linux-6.3-rc2/net/sunrpc/
A Dclnt.c2526 if (!(task->tk_flags & RPC_CALL_MAJORSEEN)) { in rpc_check_timeout()
2527 task->tk_flags |= RPC_CALL_MAJORSEEN; in rpc_check_timeout()
2559 if (task->tk_flags & RPC_CALL_MAJORSEEN) { in call_decode()
2565 task->tk_flags &= ~RPC_CALL_MAJORSEEN; in call_decode()
A Dsched.c830 task->tk_flags &= ~(RPC_CALL_MAJORSEEN|RPC_TASK_SENT); in rpc_reset_task_statistics()
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h313 { RPC_CALL_MAJORSEEN, "MAJORSEEN" }, \

Completed in 15 milliseconds