Searched refs:free_ious (Results 1 – 1 of 1) sorted by relevance
224 struct io_unit *free_ious; member472 io->next = t->free_ious; in finish_io()473 t->free_ious = io; in finish_io()523 if (t->free_ious) { in find_iou()524 event_io = t->free_ious; in find_iou()525 t->free_ious = t->free_ious->next; in find_iou()970 t->ios[i].next = t->free_ious;971 t->free_ious = t->ios + i;