Searched defs:free_ious (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/tests/aiostress/
H A Daio-stress.c222 struct io_unit *free_ious; member in struct:thread_info
458 io->next = t->free_ious;
459 t->free_ious = io;
508 if (t->free_ious) {
509 event_io = t->free_ious;
510 t->free_ious = t->free_ious->next;
950 t->ios[i].next = t->free_ious;
951 t->free_ious = t->ios + i;
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c220 struct io_unit *free_ious; member in struct:thread_info
468 io->next = t->free_ious;
469 t->free_ious = io;
519 if (t->free_ious) {
520 event_io = t->free_ious;
521 t->free_ious = t->free_ious->next;
966 t->ios[i].next = t->free_ious;
967 t->free_ious = t->ios + i;

Completed in 69 milliseconds