Searched refs:io_logs (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | iolog.h | 63 struct io_logs { struct 77 struct flist_head io_logs; member 84 struct io_logs *pending; 162 static inline size_t log_sample_sz(struct io_log *log, struct io_logs *cur_log) in log_sample_sz() 174 struct io_logs *iolog_cur_log(struct io_log *); 179 struct io_logs *cur_log, in get_sample() 288 extern int iolog_cur_flush(struct io_log *, struct io_logs *);
|
D | iolog.c | 606 INIT_FLIST_HEAD(&l->io_logs); in setup_log() 628 struct io_logs *p; in setup_log() 679 while (!flist_empty(&log->io_logs)) { in free_log() 680 struct io_logs *cur_log; in free_log() 682 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list); in free_log() 1084 while (!flist_empty(&log->io_logs)) { in flush_log() 1085 struct io_logs *cur_log; in flush_log() 1087 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list); in flush_log() 1328 while (!flist_empty(&log->io_logs)) { in iolog_flush() 1329 struct io_logs *cur_log; in iolog_flush() [all …]
|
D | server.c | 1728 struct io_logs *cur_log, z_stream *stream) in __fio_append_iolog_gz_hist() 1777 struct io_logs *cur_log, z_stream *stream) in __fio_append_iolog_gz() 1831 while (!flist_empty(&log->io_logs)) { in fio_append_iolog_gz() 1832 struct io_logs *cur_log; in fio_append_iolog_gz() 1834 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list); in fio_append_iolog_gz() 1903 while (!flist_empty(&log->io_logs)) { in fio_append_text_log() 1904 struct io_logs *cur_log; in fio_append_text_log() 1907 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list); in fio_append_text_log() 1946 flist_for_each(entry, &log->io_logs) { in fio_send_iolog() 1947 struct io_logs *cur_log; in fio_send_iolog() [all …]
|
D | stat.c | 1978 static struct io_logs *get_new_log(struct io_log *iolog) in get_new_log() 1981 struct io_logs *cur_log; in get_new_log() 2004 flist_add_tail(&cur_log->list, &iolog->io_logs); in get_new_log() 2017 static struct io_logs *regrow_log(struct io_log *iolog) in regrow_log() 2019 struct io_logs *cur_log; in regrow_log() 2089 static struct io_logs *get_cur_log(struct io_log *iolog) in get_cur_log() 2091 struct io_logs *cur_log; in get_cur_log() 2123 struct io_logs *cur_log; in __add_log_sample() 2127 if (flist_empty(&iolog->io_logs)) in __add_log_sample()
|