Searched refs:io_piece (Results 1 – 7 of 7) sorted by relevance
/external/fio/ |
D | trim.h | 14 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()
|
D | iolog.c | 25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece() 95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special() 131 struct io_piece *ipo; in read_iolog_get() 137 ipo = flist_first_entry(&td->io_log_list, struct io_piece, list); in read_iolog_get() 178 struct io_piece *ipo; in prune_io_piece_log() 182 ipo = rb_entry(n, struct io_piece, rb_node); in prune_io_piece_log() 190 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in prune_io_piece_log() 204 struct io_piece *ipo, *__ipo; in log_io_piece() 206 ipo = malloc(sizeof(struct io_piece)); in log_io_piece() 256 __ipo = rb_entry(parent, struct io_piece, rb_node); in log_io_piece() [all …]
|
D | 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) in init_ipo()
|
D | trim.c | 16 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()
|
D | blktrace.c | 119 struct io_piece *ipo; in trace_add_open_close_event() 184 struct io_piece *ipo = malloc(sizeof(*ipo)); in store_ipo() 230 struct io_piece *ipo = malloc(sizeof(*ipo)); in handle_trace_discard()
|
D | ioengine.h | 74 struct io_piece *ipo;
|
D | verify.c | 1063 struct io_piece *ipo = NULL; in get_next_verify() 1074 ipo = rb_entry(n, struct io_piece, rb_node); in get_next_verify() 1087 ipo = flist_first_entry(&td->io_hist_list, struct io_piece, list); in get_next_verify()
|