HomeSort by relevance Sort by last modified time
    Searched full:clock_frequency (Results 1 - 1 of 1) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
null_syscall.c 24 unsigned long long clock_frequency; variable
103 if ((d * 1000000ULL) > clock_frequency)
104 clock_frequency = d * 1000000ULL;
114 clock_frequency = strtoull(override, NULL, 10);
117 timebase_multiplier = (double)clock_frequency

Completed in 1545 milliseconds