Home
last modified time | relevance | path

Searched defs:prof_io_ops (Results 1 – 2 of 2) sorted by relevance

/external/fio/
Dprofile.h9 struct prof_io_ops { struct
10 int (*td_init)(struct thread_data *);
11 void (*td_exit)(struct thread_data *);
13 int (*fill_io_u_off)(struct thread_data *, struct io_u *, unsigned int *);
14 int (*fill_io_u_size)(struct thread_data *, struct io_u *, unsigned int);
15 struct fio_file *(*get_next_file)(struct thread_data *);
17 int (*io_u_lat)(struct thread_data *, uint64_t);
Dfio.h341 struct prof_io_ops prof_io_ops; member