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 195 struct io_piece { struct
234 extern void queue_io_piece(struct thread_data *, struct io_piece *);
272 static inline void ipo_bytes_align(unsigned int replay_align, struct io_piece *ipo)
290 static inline void init_ipo(struct io_piece *ipo)
trim.c 16 struct io_piece *ipo;
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list);
iolog.c 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)
    [all...]
io_u.h 77 struct io_piece *ipo;
blktrace.c 121 struct io_piece *ipo;
226 struct io_piece *ipo = malloc(sizeof(*ipo));
272 struct io_piece *ipo = malloc(sizeof(*ipo));
verify.c 1301 struct io_piece *ipo = NULL;
1312 ipo = rb_entry(n, struct io_piece, rb_node);
1325 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list);
    [all...]

Completed in 135 milliseconds