Searched refs:RPC_TASK_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/sunrpc/ |
D | sched.h | 132 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro 138 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
|
/Linux-v5.4/fs/nfs/ |
D | mount_clnt.c | 190 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
D | nfs4proc.c | 2505 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task() 5435 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 5449 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6076 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid() 6139 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm() 7859 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session() 8091 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_run_exchange_id() 8317 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in _nfs4_proc_destroy_clientid() 8444 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_get_lease_time() 8595 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in _nfs4_proc_create_session() [all …]
|
/Linux-v5.4/include/trace/events/ |
D | sunrpc.h | 88 TRACE_DEFINE_ENUM(RPC_TASK_TIMEOUT); 102 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \
|
/Linux-v5.4/net/sunrpc/ |
D | clnt.c | 1080 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client() 2452 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
|