next_cwnd         147 drivers/block/aoe/aoe.h 	ushort next_cwnd;	/* incr maxout after decrementing to zero */
next_cwnd        1003 drivers/block/aoe/aoecmd.c 	else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
next_cwnd        1005 drivers/block/aoe/aoecmd.c 		t->next_cwnd = t->maxout;
next_cwnd        1611 drivers/block/aoe/aoecmd.c 	t->next_cwnd = t->nframes;