Home
last modified time | relevance | path

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

/external/fio/
Diolog.h195 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) in ipo_bytes_align()
290 static inline void init_ipo(struct io_piece *ipo) in init_ipo()
Dtrim.h14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry()
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) in remove_trim_entry()
Dtrim.c16 struct io_piece *ipo; in get_next_trim()
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list); in get_next_trim()
Diolog.c27 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece()
97 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special()
138 struct io_piece *ipo; in read_iolog_get()
144 ipo = flist_first_entry(&td->io_log_list, struct io_piece, list); in read_iolog_get()
185 struct io_piece *ipo; in prune_io_piece_log()
189 ipo = rb_entry(n, struct io_piece, rb_node); in prune_io_piece_log()
197 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in prune_io_piece_log()
211 struct io_piece *ipo, *__ipo; in log_io_piece()
213 ipo = malloc(sizeof(struct io_piece)); in log_io_piece()
263 __ipo = rb_entry(parent, struct io_piece, rb_node); in log_io_piece()
[all …]
Dblktrace.c121 struct io_piece *ipo; in trace_add_open_close_event()
226 struct io_piece *ipo = malloc(sizeof(*ipo)); in store_ipo()
272 struct io_piece *ipo = malloc(sizeof(*ipo)); in handle_trace_discard()
Dio_u.h77 struct io_piece *ipo;
Dverify.c1301 struct io_piece *ipo = NULL; in get_next_verify()
1312 ipo = rb_entry(n, struct io_piece, rb_node); in get_next_verify()
1325 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in get_next_verify()