Home
last modified time | relevance | path

Searched refs:clocksource (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/tests/kvm/deps/test_clock_getres/
Dtest_clock_getres.c28 char clocksource[50]; in main() local
38 sscanf(line, "%s", &clocksource); in main()
41 if (!strncmp(clocksource, "kvm-clock", strlen("kvm-clock"))) { in main()
55 printf("FAIL: invalid clock source: %s\n", clocksource); in main()
/external/fio/
Dthread_options.h198 enum fio_cs clocksource; member
421 uint32_t clocksource; member
Dcconv.c222 o->clocksource = le32_to_cpu(top->clocksource); in convert_thread_options_to_cpu()
383 top->clocksource = cpu_to_le32(o->clocksource); in convert_thread_options_to_net()
Doptions.c372 fio_clock_source = td->o.clocksource; in fio_clock_source_cb()
2196 .off1 = td_var_offset(clocksource),
DHOWTO1516 clocksource=str Use the given clocksource as the base of timing. The
1525 cpu is the preferred clocksource if it is reliable, as it
1527 automatically use this clocksource if it's supported and
1529 another clocksource is specifically set. For x86/x86-64 CPUs,