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

  /external/fio/
iolog.h 24 struct io_sample { struct
48 struct io_sample *log;
server.h 151 struct io_sample samples[0];
server.c 1187 stream.avail_in = log->nr_samples * sizeof(struct io_sample);
1233 struct io_sample *s = &log->log[i];
1256 log->nr_samples * sizeof(struct io_sample), 0, 0);
    [all...]
iolog.c 549 l->log = malloc(l->max_samples * sizeof(struct io_sample));
client.c 1154 total = nr_samples * sizeof(struct io_sample);
1229 struct io_sample *s = &ret->samples[i];
    [all...]
stat.c     [all...]

Completed in 113 milliseconds