HomeSort by relevance Sort by last modified time
    Searched full:__check_min_rate (Results 1 - 1 of 1) sorted by null

  /external/fio/
backend.c 140 static int __check_min_rate(struct thread_data *td, struct timeval *now, function
234 ret |= __check_min_rate(td, now, DDIR_READ);
236 ret |= __check_min_rate(td, now, DDIR_WRITE);
238 ret |= __check_min_rate(td, now, DDIR_TRIM);
    [all...]

Completed in 318 milliseconds