Lines Matching refs:io_piece
25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece()
95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special()
131 struct io_piece *ipo; in read_iolog_get()
137 ipo = flist_first_entry(&td->io_log_list, struct io_piece, list); in read_iolog_get()
178 struct io_piece *ipo; in prune_io_piece_log()
182 ipo = rb_entry(n, struct io_piece, rb_node); in prune_io_piece_log()
190 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in prune_io_piece_log()
204 struct io_piece *ipo, *__ipo; in log_io_piece()
206 ipo = malloc(sizeof(struct io_piece)); in log_io_piece()
256 __ipo = rb_entry(parent, struct io_piece, rb_node); in log_io_piece()
292 struct io_piece *ipo = io_u->ipo; in unlog_io_piece()
309 struct io_piece *ipo = io_u->ipo; in trim_io_piece()
351 struct io_piece *ipo; in read_iolog2()