Searched refs:RPC_TASK_TIMEOUT (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/include/linux/sunrpc/ | 
| D | sched.h | 123 #define RPC_TASK_TIMEOUT	0x1000		/* fail with ETIMEDOUT on timeout */  macro 131 #define RPC_IS_SOFT(t)		((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
  | 
| /linux-4.1.27/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 | 4419 	return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,  in nfs4_proc_async_renew() 4433 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in nfs4_proc_renew() 5071 		.flags = RPC_TASK_TIMEOUT,  in nfs4_proc_setclientid() 5138 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in nfs4_proc_setclientid_confirm() 6685 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in nfs4_proc_bind_conn_to_session() 6901 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in _nfs4_proc_exchange_id() 6998 	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in _nfs4_proc_destroy_clientid() 7125 		.flags = RPC_TASK_TIMEOUT,  in nfs4_proc_get_lease_time() 7282 	status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in _nfs4_proc_create_session() 7350 	status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);  in nfs4_proc_destroy_session() [all …] 
 | 
| /linux-4.1.27/net/sunrpc/ | 
| D | clnt.c | 2108 		if (task->tk_flags & RPC_TASK_TIMEOUT)  in call_timeout()
  |