Searched refs:io_piece (Results 1 - 7 of 7) sorted by relevance

/external/fio/
H A Dtrim.h14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo)
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo)
H A Diolog.h76 struct io_piece { struct
115 extern void queue_io_piece(struct thread_data *, struct io_piece *);
142 static inline void init_ipo(struct io_piece *ipo)
H A Dtrim.c16 struct io_piece *ipo;
27 ipo = flist_entry(td->trim_list.next, struct io_piece, trim_list);
H A Diolog.c17 void queue_io_piece(struct thread_data *td, struct io_piece *ipo)
84 static int ipo_special(struct thread_data *td, struct io_piece *ipo)
120 struct io_piece *ipo;
126 ipo = flist_entry(td->io_log_list.next, struct io_piece, list);
167 struct io_piece *ipo;
171 ipo = rb_entry(n, struct io_piece, rb_node);
179 ipo = flist_entry(td->io_hist_list.next, struct io_piece, list);
193 struct io_piece *ipo, *__ipo;
195 ipo = malloc(sizeof(struct io_piece));
244 __ipo = rb_entry(parent, struct io_piece, rb_nod
[all...]
H A Dblktrace.c179 struct io_piece *ipo;
237 struct io_piece *ipo = malloc(sizeof(*ipo));
281 struct io_piece *ipo = malloc(sizeof(*ipo));
H A Dioengine.h74 struct io_piece *ipo;
H A Dverify.c1075 struct io_piece *ipo = NULL;
1086 ipo = rb_entry(n, struct io_piece, rb_node);
1099 ipo = flist_entry(td->io_hist_list.next, struct io_piece, list);

Completed in 1092 milliseconds