Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoecmd.c150 if ((*t)->nout < (*t)->maxout in freeframe()
523 if (t->nout == t->maxout) { in rexmit_timer()
524 if (t->maxout > 1) in rexmit_timer()
525 t->maxout--; in rexmit_timer()
553 if (t->nout == t->maxout in rexmit_timer()
554 && t->maxout < t->nframes in rexmit_timer()
556 t->maxout++; in rexmit_timer()
961 t->maxout = t->nframes; in addtgt()
1076 (*t)->maxout = (*t)->nframes; in aoecmd_cleanslate()
Daoe.h138 ushort maxout; member
Daoedev.c74 (*t)->maxout = (*t)->nframes; in aoedev_downdev()