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

  /external/fio/
fio.h 562 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);
backend.c 435 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))
    [all...]
io_u.c 590 if (td_rw(td) && __should_check_rate(td, odir))
    [all...]

Completed in 317 milliseconds