Home
last modified time | relevance | path

Searched refs:td_max_bs (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dfio.h719 static inline unsigned int td_max_bs(struct thread_data *td) in td_max_bs() function
Dbackend.c1154 max_bs = td_max_bs(td); in init_io_u()
1372 if (diff < td_max_bs(td)) in keep_running()
Dverify.c854 if (td_write(td) && (td_min_bs(td) == td_max_bs(td)) && in verify_header()