Searched refs:zipf_state (Results 1 – 4 of 4) sorted by relevance
/external/fio/lib/ |
D | zipf.h | 7 struct zipf_state { struct 17 void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, unsigned int seed); argument 18 unsigned long long zipf_next(struct zipf_state *zs); 20 void pareto_init(struct zipf_state *zs, unsigned long nranges, double h, unsigned int seed); 21 unsigned long long pareto_next(struct zipf_state *zs);
|
D | zipf.c | 16 static void zipf_update(struct zipf_state *zs) in zipf_update() 32 static void shared_rand_init(struct zipf_state *zs, unsigned long nranges, in shared_rand_init() 42 void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, in zipf_init() 53 unsigned long long zipf_next(struct zipf_state *zs) in zipf_next() 75 void pareto_init(struct zipf_state *zs, unsigned long nranges, double h, in pareto_init() 82 unsigned long long pareto_next(struct zipf_state *zs) in pareto_next()
|
/external/fio/ |
D | file.h | 122 struct zipf_state zipf;
|
/external/fio/t/ |
D | genzipf.c | 179 struct zipf_state zs; in main()
|