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

  /external/fio/
iolog.h 157 static inline size_t log_entry_sz(struct io_log *log) function
164 return cur_log->nr_samples * log_entry_sz(log);
iolog.c 632 p->log = calloc(p->max_samples, log_entry_sz(l));
1171 stream.avail_in = data->nr_samples * log_entry_sz(data->log);
server.c     [all...]
stat.c     [all...]

Completed in 584 milliseconds