HomeSort by relevance Sort by last modified time
    Searched refs:fill_io_u_off (Results 1 - 2 of 2) sorted by null

  /external/fio/
profile.h 13 int (*fill_io_u_off)(struct thread_data *, struct io_u *, unsigned int *); member in struct:prof_io_ops
io_u.c 514 if (ops->fill_io_u_off)
515 return ops->fill_io_u_off(td, io_u, is_random);
    [all...]

Completed in 53 milliseconds