Home
last modified time | relevance | path

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

/external/fio/
Dprofile.c101 td->prof_io_ops = *ops->io_ops; in profile_add_hooks()
108 struct prof_io_ops *ops = &td->prof_io_ops; in profile_td_init()
118 struct prof_io_ops *ops = &td->prof_io_ops; in profile_td_exit()
Dprofile.h9 struct prof_io_ops { struct
42 struct prof_io_ops *io_ops;
Dio_u.c407 struct prof_io_ops *ops = &td->prof_io_ops; in get_next_offset()
488 struct prof_io_ops *ops = &td->prof_io_ops; in get_next_buflen()
1099 struct prof_io_ops *ops = &td->prof_io_ops; in get_next_file()
1567 struct prof_io_ops *ops = &td->prof_io_ops; in account_io_completion()
Dfio.h341 struct prof_io_ops prof_io_ops; member
/external/fio/profiles/
Dact.c451 static struct prof_io_ops act_io_ops = {