HomeSort by relevance Sort by last modified time
    Searched defs:free_ious (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/aiostress/
aio-stress.c 222 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;
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 224 struct io_unit *free_ious; member in struct:thread_info
472 io->next = t->free_ious;
473 t->free_ious = io;
523 if (t->free_ious) {
524 event_io = t->free_ious;
525 t->free_ious = t->free_ious->next;
970 t->ios[i].next = t->free_ious;
971 t->free_ious = t->ios + i;
    [all...]

Completed in 189 milliseconds