Home
last modified time | relevance | path

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

/external/fio/
Dbackend.c766 static bool io_bytes_exceeded(struct thread_data *td, uint64_t *this_bytes) in io_bytes_exceeded() argument
771 bytes = this_bytes[DDIR_READ] + this_bytes[DDIR_WRITE]; in io_bytes_exceeded()
773 bytes = this_bytes[DDIR_WRITE]; in io_bytes_exceeded()
775 bytes = this_bytes[DDIR_READ]; in io_bytes_exceeded()
777 bytes = this_bytes[DDIR_TRIM]; in io_bytes_exceeded()