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

  /external/fio/lib/
lfsr.c 116 * This is previously calculated in `prepare_spin` and cycle_length should
120 * ii. If it reaches zero, add "+1" to the spin and reset the cycle_length
133 if (fl->cycle_length && !--fl->cycle_length) {
135 fl->cycle_length = fl->cached_cycle_length;
200 fl->cycle_length = 0; /* No cycle occurs, other than the expected */
205 fl->cycle_length = (x * i) + (y * i) / (spin + 1);
209 fl->cached_cycle_length = fl->cycle_length;
215 fl->cycle_length++;
lfsr.h 20 uint64_t cycle_length; member in struct:fio_lfsr
  /external/fio/t/
lfsr-test.c 72 printf("Cycle length is %lu\n", fl->cycle_length);

Completed in 121 milliseconds