Home
last modified time | relevance | path

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

/external/fio/
Dioengine.h180 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);
Dbackend.c299 ret = td_io_queue(td, io_u); in fio_io_sync()
532 ret = td_io_queue(td, io_u); in do_verify()
778 ret = td_io_queue(td, io_u); in do_io()
Dioengines.c265 int td_io_queue(struct thread_data *td, struct io_u *io_u) in td_io_queue() function