Searched refs:RPC_TASK_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/linux/sunrpc/ |
D | sched.h | 131 #define RPC_TASK_TIMEOUT 0x1000 /* fail with ETIMEDOUT on timeout */ macro 137 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
|
/linux-2.6.39/fs/nfs/ |
D | nfs4proc.c | 3756 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_setclientid() 3784 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_setclientid_confirm() 4798 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_exchange_id() 4884 .flags = RPC_TASK_TIMEOUT, in nfs4_proc_get_lease_time() 5186 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in _nfs4_proc_create_session() 5253 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); in nfs4_proc_destroy_session()
|
/linux-2.6.39/net/sunrpc/ |
D | clnt.c | 1511 if (task->tk_flags & RPC_TASK_TIMEOUT) in call_timeout()
|