Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c222 struct io_unit *free_ious; member
458 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;
/external/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;