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

  /external/fio/t/
arch.c 4 int tsc_reliable; variable
  /external/fio/arch/
arch-ia64.h 31 extern int tsc_reliable;
34 tsc_reliable = 1;
arch-s390.h 31 extern int tsc_reliable;
34 tsc_reliable = 1;
arch-x86-common.h 17 extern int tsc_reliable;
37 tsc_reliable = (edx & (1U << 8)) != 0;
56 tsc_reliable = (edx & (1U << 8)) != 0;
64 arch_random = tsc_reliable = 0;
arch-ppc.h 120 extern int tsc_reliable;
125 tsc_reliable = 1;
  /external/fio/
gettime.c 26 int tsc_reliable = 0; variable
368 tsc_reliable = 0;
371 * If the arch sets tsc_reliable != 0, then it must be good enough
375 if (tsc_reliable) {
574 log_info("cs: reliable_tsc: %s\n", tsc_reliable ? "yes" : "no");

Completed in 121 milliseconds