Lines Matching defs:td

119 static int client_recv(struct thread_data *td, struct ibv_wc *wc)  in client_recv()
151 static int server_recv(struct thread_data *td, struct ibv_wc *wc) in server_recv()
166 static int cq_event_handler(struct thread_data *td, enum ibv_wc_opcode opcode) in cq_event_handler()
273 static int rdma_poll_wait(struct thread_data *td, enum ibv_wc_opcode opcode) in rdma_poll_wait()
310 static int fio_rdmaio_setup_qp(struct thread_data *td) in fio_rdmaio_setup_qp()
390 static int fio_rdmaio_setup_control_msg_buffers(struct thread_data *td) in fio_rdmaio_setup_control_msg_buffers()
432 static int get_next_channel_event(struct thread_data *td, in get_next_channel_event()
466 static int fio_rdmaio_prep(struct thread_data *td, struct io_u *io_u) in fio_rdmaio_prep()
509 static struct io_u *fio_rdmaio_event(struct thread_data *td, int event) in fio_rdmaio_event()
526 static int fio_rdmaio_getevents(struct thread_data *td, unsigned int min, in fio_rdmaio_getevents()
588 static int fio_rdmaio_send(struct thread_data *td, struct io_u **io_us, in fio_rdmaio_send()
651 static int fio_rdmaio_recv(struct thread_data *td, struct io_u **io_us, in fio_rdmaio_recv()
688 static int fio_rdmaio_queue(struct thread_data *td, struct io_u *io_u) in fio_rdmaio_queue()
705 static void fio_rdmaio_queued(struct thread_data *td, struct io_u **io_us, in fio_rdmaio_queued()
729 static int fio_rdmaio_commit(struct thread_data *td) in fio_rdmaio_commit()
761 static int fio_rdmaio_connect(struct thread_data *td, struct fio_file *f) in fio_rdmaio_connect()
810 static int fio_rdmaio_accept(struct thread_data *td, struct fio_file *f) in fio_rdmaio_accept()
845 static int fio_rdmaio_open_file(struct thread_data *td, struct fio_file *f) in fio_rdmaio_open_file()
853 static int fio_rdmaio_close_file(struct thread_data *td, struct fio_file *f) in fio_rdmaio_close_file()
908 static int fio_rdmaio_setup_connect(struct thread_data *td, const char *host, in fio_rdmaio_setup_connect()
973 static int fio_rdmaio_setup_listen(struct thread_data *td, short port) in fio_rdmaio_setup_listen()
1015 static int check_set_rlimits(struct thread_data *td) in check_set_rlimits()
1049 static int fio_rdmaio_init(struct thread_data *td) in fio_rdmaio_init()
1189 static void fio_rdmaio_cleanup(struct thread_data *td) in fio_rdmaio_cleanup()
1197 static int fio_rdmaio_setup(struct thread_data *td) in fio_rdmaio_setup()