Searched refs:RPC_TASK_TIMEOUT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | sched.h | 131 #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))
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | sched.h | 131 #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))
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3proc.c | 116 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()
|
H A D | proc.c | 116 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr() 178 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
|
H A D | mount_clnt.c | 193 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
H A D | nfs4proc.c | 2588 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task() 4320 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr() 4434 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup() 4552 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookupp() 5777 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 5791 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6449 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid() 6516 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm() 6665 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn() 8504 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | proc.c | 115 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_getattr() 178 task_flags |= RPC_TASK_TIMEOUT; in nfs_proc_lookup()
|
H A D | mount_clnt.c | 189 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
|
H A D | nfs3proc.c | 117 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_getattr() 180 task_flags |= RPC_TASK_TIMEOUT; in nfs3_proc_lookup()
|
H A D | nfs4proc.c | 2575 task_setup_data.flags |= RPC_TASK_TIMEOUT; in nfs4_run_open_task() 4192 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_getattr() 4312 task_flags |= RPC_TASK_TIMEOUT; in _nfs4_proc_lookup() 5663 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, in nfs4_proc_async_renew() 5677 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_renew() 6325 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN, in nfs4_proc_setclientid() 6392 RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBIN); in nfs4_proc_setclientid_confirm() 6541 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn() 8287 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_bind_one_conn_to_session() 8519 .flags = RPC_TASK_TIMEOUT | RPC_TASK_NO_ROUND_ROBI in nfs4_run_exchange_id() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sunrpc.h | 308 TRACE_DEFINE_ENUM(RPC_TASK_TIMEOUT); variable 325 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | clnt.c | 1089 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client() 2415 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | clnt.c | 1175 task->tk_flags |= RPC_TASK_TIMEOUT; in rpc_task_set_client() 2532 if (task->tk_flags & RPC_TASK_TIMEOUT) in rpc_check_timeout()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sunrpc.h | 351 { RPC_TASK_TIMEOUT, "TIMEOUT" }, \
|
Completed in 45 milliseconds