HomeSort by relevance Sort by last modified time
    Searched defs:rand_off (Results 1 - 2 of 2) sorted by null

  /external/fio/lib/
zipf.h 14 uint64_t rand_off; member in struct:zipf_state
  /external/fio/
io_u.c 78 struct rand_off { struct
157 struct rand_off *r1 = flist_entry(a, struct rand_off, list);
158 struct rand_off *r2 = flist_entry(b, struct rand_off, list);
217 struct rand_off *r;
224 struct rand_off *r;
226 r = flist_entry(td->next_rand_list.next, struct rand_off, list);
    [all...]

Completed in 71 milliseconds