Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dauth_tls.c37 task->tk_flags &= ~RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_tls_probe_call_prepare()
H A Dclnt.c1181 task->tk_flags |= RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_task_set_client()
1316 RPC_TASK_NO_RETRANS_TIMEOUT, in rpc_run_bc_task()
1924 !(task->tk_flags & RPC_TASK_NO_RETRANS_TIMEOUT) || in rpc_task_need_encode()
2527 if ((task->tk_flags & RPC_TASK_NO_RETRANS_TIMEOUT) && in rpc_check_timeout()
2818 task->tk_flags &= ~RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_null_call_prepare()
/openbmc/linux/include/linux/sunrpc/
H A Dsched.h133 #define RPC_TASK_NO_RETRANS_TIMEOUT 0x4000 /* wait forever for a reply */ macro
/openbmc/linux/include/trace/events/
H A Dsunrpc.h353 { RPC_TASK_NO_RETRANS_TIMEOUT, "NORTO" }, \