Searched refs:get_next_trim (Results 1 – 3 of 3) sorted by relevance
7 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
14 int get_next_trim(struct thread_data *td, struct io_u *io_u) in get_next_trim() function
1355 if (get_trim && !get_next_trim(td, io_u)) in check_get_trim()