Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c114 struct io_unit;
190 struct io_unit { struct
209 struct io_unit *next; argument
219 struct io_unit *ios;
222 struct io_unit *free_ious;
337 static int check_finished_io(struct io_unit *io) { in check_finished_io()
377 static int grab_iou(struct io_unit *io, struct io_oper *oper) { in grab_iou()
451 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
471 struct io_unit *event_io; in read_some_events()
492 event_io = (struct io_unit *)((unsigned long)event->obj); in read_some_events()
[all …]
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c115 struct io_unit;
192 struct io_unit { struct
211 struct io_unit *next; argument
221 struct io_unit *ios;
224 struct io_unit *free_ious;
339 static int check_finished_io(struct io_unit *io) in check_finished_io()
384 static int grab_iou(struct io_unit *io, struct io_oper *oper) in grab_iou()
464 void finish_io(struct thread_info *t, struct io_unit *io, long result, in finish_io()
485 struct io_unit *event_io; in read_some_events()
507 event_io = (struct io_unit *)((unsigned long)event->obj); in read_some_events()
[all …]