Searched refs:__should_check_rate (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfio.h562 static inline int __should_check_rate(struct thread_data *td, function
583 ret |= __should_check_rate(td, DDIR_READ);
585 ret |= __should_check_rate(td, DDIR_WRITE);
587 ret |= __should_check_rate(td, DDIR_TRIM);
H A Dbackend.c435 if (time && (__should_check_rate(td, DDIR_READ) ||
436 __should_check_rate(td, DDIR_WRITE) ||
437 __should_check_rate(td, DDIR_TRIM)))
870 if (__should_check_rate(td, DDIR_READ) ||
871 __should_check_rate(td, DDIR_WRITE) ||
872 __should_check_rate(td, DDIR_TRIM))
H A Dio_u.c590 if (td_rw(td) && __should_check_rate(td, odir))
1680 if (__should_check_rate(td, ddir)) {
1686 __should_check_rate(td, oddir)) {

Completed in 56 milliseconds