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)
trim.c 16 struct io_piece *ipo;
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list);
iolog.h 144 struct io_piece { struct
183 extern void queue_io_piece(struct thread_data *, struct io_piece *);
226 static inline void init_ipo(struct io_piece *ipo)
iolog.c 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)
    [all...]
blktrace.c 119 struct io_piece *ipo;
184 struct io_piece *ipo = malloc(sizeof(*ipo));
230 struct io_piece *ipo = malloc(sizeof(*ipo));
ioengine.h 74 struct io_piece *ipo;
verify.c 1063 struct io_piece *ipo = NULL;
1074 ipo = rb_entry(n, struct io_piece, rb_node);
1087 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list);
    [all...]

Completed in 296 milliseconds