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()
703 if (t->nout >= t->maxout) in rexmit_deferred()
813 if (t->maxout != 1) { in rexmit_timer()
814 t->ssthresh = t->maxout / 2; in rexmit_timer()
815 t->maxout = 1; in rexmit_timer()
1063 if (!t || t->maxout >= t->nframes) in calc_rttavg()
1065 if (t->maxout < t->ssthresh) in calc_rttavg()
1066 t->maxout += 1; in calc_rttavg()
1067 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg()
1068 t->maxout += 1; in calc_rttavg()
[all …]
Daoe.h141 ushort maxout; /* current value for max outstanding */ member
Daoeblk.c139 (*t)->maxout, (*t)->nframes); in aoedisk_debugfs_show()