HomeSort by relevance Sort by last modified time
    Searched refs:io_logs (Results 1 - 4 of 4) sorted by null

  /external/fio/
iolog.h 63 struct io_logs { struct
77 struct flist_head io_logs; member in struct:io_log
84 struct io_logs *pending;
162 static inline size_t log_sample_sz(struct io_log *log, struct io_logs *cur_log)
174 struct io_logs *iolog_cur_log(struct io_log *);
179 struct io_logs *cur_log,
288 extern int iolog_cur_flush(struct io_log *, struct io_logs *);
iolog.c 606 INIT_FLIST_HEAD(&l->io_logs);
628 struct io_logs *p;
679 while (!flist_empty(&log->io_logs)) {
680 struct io_logs *cur_log;
682 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list);
1084 while (!flist_empty(&log->io_logs)) {
1085 struct io_logs *cur_log;
1087 cur_log = flist_first_entry(&log->io_logs, struct io_logs, list)
    [all...]
server.c     [all...]
stat.c     [all...]

Completed in 708 milliseconds