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

  /external/fio/
iolog.h 39 struct io_sample { struct
47 struct io_sample s;
143 struct io_sample *io,
154 return sizeof(struct io_sample);
167 static inline struct io_sample *__get_sample(void *samples, int log_offset,
171 return (struct io_sample *) ((char *) samples + sample_offset);
178 static inline struct io_sample *get_sample(struct io_log *iolog,
server.h 199 struct io_sample samples[0];
client.c 1273 struct io_sample *s;
1291 s = (struct io_sample *)((char *)__get_sample(samples, log_offset, i) +
    [all...]
iolog.c 719 struct io_sample *s;
762 struct io_sample *s;
server.c     [all...]
stat.c     [all...]

Completed in 357 milliseconds