Home
last modified time | relevance | path

Searched refs:RPC_TASK_TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/sunrpc/
A Dsched.h132 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro
139 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/linux-6.3-rc2/fs/nfs/
A Dnfs3proc.c116 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr()
202 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup()
218 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookupp()
A Dproc.c116 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr()
178 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
A Dmount_clnt.c193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
A Dnfs4proc.c2586 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task()
4314 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr()
4428 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup()
4546 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookupp()
6439 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid()
6506 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm()
6655 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn()
8489 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session()
8721 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_run_exchange_id()
8954 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in _nfs4_proc_destroy_clientid()
[all …]
/linux-6.3-rc2/net/sunrpc/
A Dclnt.c1163 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client()
2519 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
/linux-6.3-rc2/include/trace/events/
A Dsunrpc.h319 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \

Completed in 34 milliseconds