Home
last modified time | relevance | path

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

/external/fio/
Dtrim.h7 extern int __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
23 static inline int get_next_trim(struct thread_data *td, struct io_u *io_u) in get_next_trim() function
Dtrim.c14 int get_next_trim(struct thread_data *td, struct io_u *io_u) in get_next_trim() function
Dio_u.c1355 if (get_trim && !get_next_trim(td, io_u)) in check_get_trim()