• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:io_u

329 static int fio_netio_prep(struct thread_data *td, struct io_u *io_u)  in fio_netio_prep()
374 static int splice_in(struct thread_data *td, struct io_u *io_u) in splice_in()
384 static int splice_out(struct thread_data *td, struct io_u *io_u, in splice_out()
392 static int vmsplice_io_u(struct io_u *io_u, int fd, unsigned int len) in vmsplice_io_u()
422 static int vmsplice_io_u_out(struct thread_data *td, struct io_u *io_u, in vmsplice_io_u_out()
433 static int vmsplice_io_u_in(struct thread_data *td, struct io_u *io_u) in vmsplice_io_u_in()
444 static int fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_in()
459 static int fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_out()
470 static int fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_in()
476 static int fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) in fio_netio_splice_out()
483 static void store_udp_seq(struct netio_data *nd, struct io_u *io_u) in store_udp_seq()
497 struct io_u *io_u) in verify_udp_seq()
524 static int fio_netio_send(struct thread_data *td, struct io_u *io_u) in fio_netio_send()
571 static int is_close_msg(struct io_u *io_u, int len) in is_close_msg()
587 static int fio_netio_recv(struct thread_data *td, struct io_u *io_u) in fio_netio_recv()
644 static int __fio_netio_queue(struct thread_data *td, struct io_u *io_u, in __fio_netio_queue()
689 static int fio_netio_queue(struct thread_data *td, struct io_u *io_u) in fio_netio_queue()