Searched refs:tb_to_ns (Results 1 – 6 of 6) sorted by relevance
120 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in wd_lockup_ipi()169 tb_to_ns(tb - wd_smp_last_reset_tb) / 1000000); in watchdog_smp_panic()311 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in soft_nmi_interrupt()
663 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function667 EXPORT_SYMBOL_GPL(tb_to_ns);
39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime)
132 unsigned long long tb_to_ns(unsigned long long tb_ticks);
56 dec_time = tb_to_ns(dec_time); in kvmppc_emulate_dec()
2271 tb_to_ns(tb.tb_total), in debugfs_timings_read()2272 tb_to_ns(tb.tb_min), in debugfs_timings_read()2273 tb_to_ns(tb.tb_max)); in debugfs_timings_read()2508 dec_nsec = tb_to_ns(vcpu->arch.dec_expires - now); in kvmppc_set_timer()