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

  /external/fio/
fio.h 600 static inline unsigned int td_min_bs(struct thread_data *td) function
filesetup.c 762 const unsigned int bs = td_min_bs(td);
891 if (o->size < td_min_bs(td)) {
init.c 738 if (o->size && o->size < td_min_bs(td)) {
    [all...]
verify.c 399 if ((td_write(td) || td_rw(td)) && (td_min_bs(td) == td_max_bs(td)) &&
    [all...]

Completed in 53 milliseconds