• Home
  • Raw
  • Download

Lines Matching refs:timeout

360 static long nfs4_update_delay(long *timeout)  in nfs4_update_delay()  argument
363 if (!timeout) in nfs4_update_delay()
365 if (*timeout <= 0) in nfs4_update_delay()
366 *timeout = NFS4_POLL_RETRY_MIN; in nfs4_update_delay()
367 if (*timeout > NFS4_POLL_RETRY_MAX) in nfs4_update_delay()
368 *timeout = NFS4_POLL_RETRY_MAX; in nfs4_update_delay()
369 ret = *timeout; in nfs4_update_delay()
370 *timeout <<= 1; in nfs4_update_delay()
374 static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) in nfs4_delay() argument
381 nfs4_update_delay(timeout)); in nfs4_delay()
463 if (exception->timeout > HZ) { in nfs4_do_handle_exception()
512 ret = nfs4_delay(server->client, &exception->timeout); in nfs4_handle_exception()
537 rpc_delay(task, nfs4_update_delay(&exception->timeout)); in nfs4_async_handle_exception()
564 struct nfs4_state *state, long *timeout) in nfs4_async_handle_error() argument
572 if (timeout) in nfs4_async_handle_error()
573 exception.timeout = *timeout; in nfs4_async_handle_error()
577 if (exception.delay && timeout) in nfs4_async_handle_error()
578 *timeout = exception.timeout; in nfs4_async_handle_error()
4190 &data->timeout) == -EAGAIN) in nfs4_proc_unlink_done()
4224 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN) in nfs4_proc_rename_done()
6525 unsigned long timeout = NFS4_LOCK_MINTIMEOUT; in nfs4_retry_setlk_simple() local
6531 freezable_schedule_timeout_interruptible(timeout); in nfs4_retry_setlk_simple()
6532 timeout *= 2; in nfs4_retry_setlk_simple()
6533 timeout = min_t(unsigned long, NFS4_LOCK_MAXTIMEOUT, timeout); in nfs4_retry_setlk_simple()
8518 exception->timeout = 0; in nfs4_layoutget_handle_exception()
8620 nfs4_proc_layoutget(struct nfs4_layoutget *lgp, long *timeout, gfp_t gfp_flags) in nfs4_proc_layoutget() argument
8642 .timeout = *timeout, in nfs4_proc_layoutget()
8672 *timeout = exception.timeout; in nfs4_proc_layoutget()