Home | History | Annotate | Download | only in ltp-aiodio

Lines Matching defs:free_ious

224 	struct io_unit *free_ious;
472 io->next = t->free_ious;
473 t->free_ious = io;
523 if (t->free_ious) {
524 event_io = t->free_ious;
525 t->free_ious = t->free_ious->next;
970 t->ios[i].next = t->free_ious;
971 t->free_ious = t->ios + i;