Searched refs:free_ious (Results 1 – 2 of 2) sorted by relevance
222 struct io_unit *free_ious; member458 io->next = t->free_ious; in finish_io()459 t->free_ious = io; in finish_io()508 if (t->free_ious) { in find_iou()509 event_io = t->free_ious; in find_iou()510 t->free_ious = t->free_ious->next; in find_iou()950 t->ios[i].next = t->free_ious;951 t->free_ious = t->ios + i;
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;