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

  /external/linux-tools-perf/src/tools/perf/util/
util.h 268 bool is_power_of_2(unsigned long n) function
evlist.c 708 else if (!is_power_of_2(pages))
  /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...]
  /external/linux-tools-perf/src/tools/perf/
builtin-record.c 237 } else if (!is_power_of_2(opts->mmap_pages) &&

Completed in 399 milliseconds