Home | History | Annotate | Download | only in fio

Lines Matching refs:io_piece

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