HomeSort by relevance Sort by last modified time
    Searched refs:io_piece (Results 1 - 7 of 7) sorted by null

  /external/fio/
trim.h 14 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)
iolog.h 76 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)
trim.c 16 struct io_piece *ipo;
27 ipo = flist_entry(td->trim_list.next, struct io_piece, trim_list);
iolog.c 17 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_node)
    [all...]
blktrace.c 179 struct io_piece *ipo;
237 struct io_piece *ipo = malloc(sizeof(*ipo));
281 struct io_piece *ipo = malloc(sizeof(*ipo));
ioengine.h 74 struct io_piece *ipo;
verify.c 1075 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 84 milliseconds