Home | History | Annotate | Download | only in aiostress

Lines Matching defs:free_ious

222     struct io_unit *free_ious;
458 io->next = t->free_ious;
459 t->free_ious = io;
508 if (t->free_ious) {
509 event_io = t->free_ious;
510 t->free_ious = t->free_ious->next;
950 t->ios[i].next = t->free_ious;
951 t->free_ious = t->ios + i;