Home
last modified time | relevance | path

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

/external/fio/
Dverify.c648 int verify_io_u_async(struct thread_data *td, struct io_u **io_u_ptr) in verify_io_u_async() argument
650 struct io_u *io_u = *io_u_ptr; in verify_io_u_async()
662 *io_u_ptr = NULL; in verify_io_u_async()
741 int verify_io_u(struct thread_data *td, struct io_u **io_u_ptr) in verify_io_u() argument
744 struct io_u *io_u = *io_u_ptr; in verify_io_u()
Dio_u.c1604 static void io_completed(struct thread_data *td, struct io_u **io_u_ptr, in io_completed() argument
1607 struct io_u *io_u = *io_u_ptr; in io_completed()
1696 ret = io_u->end_io(td, io_u_ptr); in io_completed()
1697 io_u = *io_u_ptr; in io_completed()