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

  /external/fio/lib/
rand.h 6 struct frand_state { struct
10 static inline void frand_copy(struct frand_state *dst,
11 struct frand_state *src)
18 static inline unsigned int __rand(struct frand_state *state)
29 extern void init_rand(struct frand_state *);
30 extern void init_rand_seed(struct frand_state *, unsigned int seed);
32 extern unsigned long fill_random_buf(struct frand_state *, void *buf, unsigned int len);
34 extern unsigned long fill_random_buf_percentage(struct frand_state *, void *, unsigned int, unsigned int, unsigned int, char *, unsigned int);
zipf.h 13 struct frand_state rand;
rand.c 46 static void __init_rand(struct frand_state *state, unsigned int seed)
60 void init_rand(struct frand_state *state)
65 void init_rand_seed(struct frand_state *state, unsigned int seed)
97 unsigned long fill_random_buf(struct frand_state *fs, void *buf,
183 unsigned long fill_random_buf_percentage(struct frand_state *fs, void *buf,
  /external/fio/
fio.h 148 struct frand_state next_file_state;
171 struct frand_state bsrange_state;
172 struct frand_state verify_state;
173 struct frand_state trim_state;
174 struct frand_state delay_state;
176 struct frand_state buf_state;
177 struct frand_state buf_state_prev;
178 struct frand_state dedupe_state;
259 struct frand_state random_state;
285 struct frand_state rwmix_state
    [all...]
io_u.c     [all...]
verify.c 45 struct frand_state *fs = &td->verify_state;
    [all...]
  /external/fio/crc/
test.c 290 struct frand_state state;
  /external/fio/engines/
rdma.c 116 struct frand_state rand_state;

Completed in 72 milliseconds