Lines Matching defs:next
153 struct io_oper *next;
181 struct io_unit *next;
300 oper->prev = oper->next = oper;
305 oper->next = *list;
307 (*list)->prev->next = oper;
313 if ((*list)->next == (*list)->prev && *list == (*list)->next) {
318 oper->prev->next = oper->next;
319 oper->next->prev = oper->prev;
322 *list = oper->next;
465 io->next = t->free_ious;
516 t->free_ious = t->free_ious->next;
784 * changes oper->rw to the next in a command sequence, or returns zero
846 * it either switches them to the next stage or puts them on the
866 oper = oper->next;
932 t->ios[i].next = t->free_ious;
1078 oper = oper->next;
1098 oper = oper->next;
1356 { "e:", &str_io_iter, "Number of I/O per file sent before switching to the next file (default 8)" },