Searched refs:fill_io_u_off (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dprofile.h13 int (*fill_io_u_off)(struct thread_data *, struct io_u *, unsigned int *); member in struct:prof_io_ops
H A Dio_u.c406 if (ops->fill_io_u_off)
407 return ops->fill_io_u_off(td, io_u, is_random);

Completed in 242 milliseconds