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

  /external/fio/engines/
libaio.c 352 ld->is_pow2 = is_power_of_2(ld->entries);
  /external/fio/
fio.h 608 static inline int is_power_of_2(uint64_t val) function
eta.c 362 if (is_power_of_2(td->o.kb_base))
stat.c 272 const int i2p = is_power_of_2(rs->kb_base);
378 i2p = is_power_of_2(rs->kb_base);
    [all...]
gclient.c     [all...]
io_u.c 476 if (!td->o.bs_unaligned && is_power_of_2(minbs))
    [all...]

Completed in 48 milliseconds