Home
last modified time | relevance | path

Searched refs:free_ious (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c224 struct io_unit *free_ious; member
472 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;