Home | History | Annotate | Download | only in fio

Lines Matching refs:io_piece

27 void queue_io_piece(struct thread_data *td, struct io_piece *ipo)
97 static int ipo_special(struct thread_data *td, struct io_piece *ipo)
138 struct io_piece *ipo;
144 ipo = flist_first_entry(&td->io_log_list, struct io_piece, list);
185 struct io_piece *ipo;
189 ipo = rb_entry(n, struct io_piece, rb_node);
197 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list);
211 struct io_piece *ipo, *__ipo;
213 ipo = malloc(sizeof(struct io_piece));
263 __ipo = rb_entry(parent, struct io_piece, rb_node);
299 struct io_piece *ipo = io_u->ipo;
328 struct io_piece *ipo = io_u->ipo;
370 struct io_piece *ipo;