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

  /external/fio/arch/
arch-ia64.h 46 extern int tsc_reliable;
49 tsc_reliable = 1;
arch-s390.h 46 extern int tsc_reliable;
49 tsc_reliable = 1;
arch-x86-common.h 17 extern int tsc_reliable;
65 tsc_reliable = arch_init_intel(level);
67 tsc_reliable = arch_init_amd(level);
arch-ppc.h 113 extern int tsc_reliable;
118 tsc_reliable = 1;
  /external/fio/
gettime.c 24 int tsc_reliable = 0; variable
370 tsc_reliable = 0;
373 * If the arch sets tsc_reliable != 0, then it must be good enough
377 if (tsc_reliable) {
567 log_info("cs: reliable_tsc: %s\n", tsc_reliable ? "yes" : "no");

Completed in 80 milliseconds