Lines Matching defs:td

39 	struct thread_data *td;  member
225 static int set_window_size(struct thread_data *td, int fd) in set_window_size()
260 static int set_mss(struct thread_data *td, int fd) in set_mss()
288 static int poll_wait(struct thread_data *td, int fd, short events) in poll_wait()
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()
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()
496 static void verify_udp_seq(struct thread_data *td, struct netio_data *nd, in verify_udp_seq()
524 static int fio_netio_send(struct thread_data *td, struct io_u *io_u) in fio_netio_send()
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()
711 static int fio_netio_connect(struct thread_data *td, struct fio_file *f) in fio_netio_connect()
826 static int fio_netio_accept(struct thread_data *td, struct fio_file *f) in fio_netio_accept()
878 static void fio_netio_send_close(struct thread_data *td, struct fio_file *f) in fio_netio_send_close()
903 static int fio_netio_close_file(struct thread_data *td, struct fio_file *f) in fio_netio_close_file()
913 static int fio_netio_udp_recv_open(struct thread_data *td, struct fio_file *f) in fio_netio_udp_recv_open()
947 static int fio_netio_send_open(struct thread_data *td, struct fio_file *f) in fio_netio_send_open()
976 static int fio_netio_open_file(struct thread_data *td, struct fio_file *f) in fio_netio_open_file()
1010 static int fio_fill_addr(struct thread_data *td, const char *host, int af, in fio_fill_addr()
1048 static int fio_netio_setup_connect_inet(struct thread_data *td, in fio_netio_setup_connect_inet()
1098 static int fio_netio_setup_connect_unix(struct thread_data *td, in fio_netio_setup_connect_unix()
1110 static int fio_netio_setup_connect(struct thread_data *td) in fio_netio_setup_connect()
1120 static int fio_netio_setup_listen_unix(struct thread_data *td, const char *path) in fio_netio_setup_listen_unix()
1153 static int fio_netio_setup_listen_inet(struct thread_data *td, short port) in fio_netio_setup_listen_inet()
1269 static int fio_netio_setup_listen(struct thread_data *td) in fio_netio_setup_listen()
1294 static int fio_netio_init(struct thread_data *td) in fio_netio_init()
1344 static void fio_netio_cleanup(struct thread_data *td) in fio_netio_cleanup()
1360 static int fio_netio_setup(struct thread_data *td) in fio_netio_setup()
1382 static void fio_netio_terminate(struct thread_data *td) in fio_netio_terminate()
1388 static int fio_netio_setup_splice(struct thread_data *td) in fio_netio_setup_splice()