Home
last modified time | relevance | path

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

/external/fio/
Dioengine.h204 extern struct io_u *get_io_u(struct thread_data *);
Dbackend.c520 while ((io_u = get_io_u(td)) != NULL) { in do_verify()
776 io_u = get_io_u(td); in do_io()
1272 io_u = get_io_u(td); in do_dry_run()
Dio_u.c1432 struct io_u *get_io_u(struct thread_data *td) in get_io_u() function