Lines Matching refs:fio_clock_source
39 enum fio_cs fio_clock_source = FIO_PREFERRED_CLOCK_SOURCE; variable
144 switch (fio_clock_source) { in __fio_gettime()
202 log_err("fio: invalid clock source %d\n", fio_clock_source); in __fio_gettime()
230 enum fio_cs old_cs = fio_clock_source; in get_cycles_per_usec()
233 fio_clock_source = CS_CGETTIME; in get_cycles_per_usec()
235 fio_clock_source = CS_GTOD; in get_cycles_per_usec()
252 fio_clock_source = old_cs; in get_cycles_per_usec()
359 if (fio_clock_source == fio_clock_source_inited) in fio_clock_init()
367 fio_clock_source_inited = fio_clock_source; in fio_clock_init()
379 fio_clock_source = CS_CPUCLOCK; in fio_clock_init()
380 } else if (fio_clock_source == CS_CPUCLOCK) in fio_clock_init()