Home
last modified time | relevance | path

Searched refs:maxout (Results 1 – 3 of 3) sorted by relevance

/drivers/block/aoe/
Daoecmd.c272 if (t->nout < t->maxout in newframe()
683 if (t->nout >= t->maxout) in rexmit_deferred()
793 if (t->maxout != 1) { in rexmit_timer()
794 t->ssthresh = t->maxout / 2; in rexmit_timer()
795 t->maxout = 1; in rexmit_timer()
990 if (!t || t->maxout >= t->nframes) in calc_rttavg()
992 if (t->maxout < t->ssthresh) in calc_rttavg()
993 t->maxout += 1; in calc_rttavg()
994 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg()
995 t->maxout += 1; in calc_rttavg()
[all …]
Daoe.h146 ushort maxout; /* current value for max outstanding */ member
Daoeblk.c139 (*t)->maxout, (*t)->nframes); in aoedisk_debugfs_show()