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

  /external/fio/lib/
zipf.h 14 uint64_t rand_off; member in struct:zipf_state
zipf.c 39 zs->rand_off = __rand(&zs->rand);
72 return (__hash_u64(val - 1) + zs->rand_off) % zs->nranges;
87 return (__hash_u64(n * pow(rand, zs->pareto_pow)) + zs->rand_off) % zs->nranges;
  /external/fio/
io_u.c 81 struct rand_off { struct
154 struct rand_off *r1 = flist_entry(a, struct rand_off, list);
155 struct rand_off *r2 = flist_entry(b, struct rand_off, list);
209 struct rand_off *r;
217 r = flist_first_entry(&td->next_rand_list, struct rand_off, list);
    [all...]

Completed in 176 milliseconds