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

/external/fio/
H A Dprofile.h14 int (*fill_io_u_size)(struct thread_data *, struct io_u *, unsigned int); member in struct:prof_io_ops
H A Dio_u.c490 if (ops->fill_io_u_size)
491 return ops->fill_io_u_size(td, io_u, is_random);

Completed in 26 milliseconds