Home
last modified time | relevance | path

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

/external/fio/
Dfio.h692 static inline bool __should_check_rate(struct thread_data *td, in __should_check_rate() function
709 if (td->bytes_done[DDIR_READ] && __should_check_rate(td, DDIR_READ)) in should_check_rate()
711 if (td->bytes_done[DDIR_WRITE] && __should_check_rate(td, DDIR_WRITE)) in should_check_rate()
713 if (td->bytes_done[DDIR_TRIM] && __should_check_rate(td, DDIR_TRIM)) in should_check_rate()
Dbackend.c449 if (time && (__should_check_rate(td, DDIR_READ) || in wait_for_completions()
450 __should_check_rate(td, DDIR_WRITE) || in wait_for_completions()
451 __should_check_rate(td, DDIR_TRIM))) in wait_for_completions()
509 if (comp_time && (__should_check_rate(td, DDIR_READ) || in io_queue_event()
510 __should_check_rate(td, DDIR_WRITE) || in io_queue_event()
511 __should_check_rate(td, DDIR_TRIM))) in io_queue_event()