Home
last modified time | relevance | path

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

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