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

  /external/fio/lib/
lfsr.h 14 struct fio_lfsr { struct
25 int lfsr_next(struct fio_lfsr *fl, uint64_t *off, uint64_t);
26 int lfsr_init(struct fio_lfsr *fl, uint64_t size,
28 int lfsr_reset(struct fio_lfsr *fl, unsigned long seed);
lfsr.c 84 static inline void __lfsr_next(struct fio_lfsr *fl, unsigned int spin)
121 * (we have it cached in the struct fio_lfsr)
127 int lfsr_next(struct fio_lfsr *fl, uint64_t *off, uint64_t last)
189 static int prepare_spin(struct fio_lfsr *fl, unsigned int spin)
220 int lfsr_reset(struct fio_lfsr *fl, unsigned long seed)
234 int lfsr_init(struct fio_lfsr *fl, uint64_t nums, unsigned long seed,
  /external/fio/t/
lfsr-test.c 29 struct fio_lfsr *fl;
52 fl = malloc(sizeof(struct fio_lfsr));
axmap.c 23 struct fio_lfsr lfsr;
  /external/fio/
file.h 115 struct fio_lfsr lfsr;

Completed in 271 milliseconds