Searched refs:tb_to_ns (Results 1 – 4 of 4) sorted by relevance
215 unsigned long long tb_to_ns(unsigned long long tb_ticks);
612 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function616 EXPORT_SYMBOL_GPL(tb_to_ns);
1547 tb_to_ns(tb.tb_total), in debugfs_timings_read()1548 tb_to_ns(tb.tb_min), in debugfs_timings_read()1549 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
417 } while (tb_to_ns(delta) > 16000); in cxl_setup_psl_timebase()