Home
last modified time | relevance | path

Searched refs:to_current (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dxprt.c367 to->to_current <<= 1; in xprt_adjust_timeout()
369 to->to_current += to->to_increment; in xprt_adjust_timeout()
370 if (to->to_maxval && to->to_current >= to->to_maxval) in xprt_adjust_timeout()
371 to->to_current = to->to_maxval; in xprt_adjust_timeout()
379 to->to_current = to->to_initval; in xprt_adjust_timeout()
382 if (!to->to_current) { in xprt_adjust_timeout()
384 to->to_current = 5 * HZ; in xprt_adjust_timeout()
1201 task->tk_timeout = req->rq_timeout.to_current; in do_xprt_transmit()
1234 task->tk_timeout = req->rq_timeout.to_current; in do_xprt_transmit()
1368 to->to_current = in xprt_set_timeout()
[all …]
/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h70 unsigned long to_current, /* current timeout */ member