Home
last modified time | relevance | path

Searched refs:tb_to_ns (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/kernel/
A Dwatchdog.c123 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in wd_lockup_ipi()
168 tb_to_ns(tb - wd_smp_last_reset_tb) / 1000000); in watchdog_smp_panic()
281 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in DEFINE_INTERRUPT_HANDLER_NMI()
A Dtime.c659 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
663 EXPORT_SYMBOL_GPL(tb_to_ns);
/linux/arch/powerpc/include/asm/
A Dtime.h115 unsigned long long tb_to_ns(unsigned long long tb_ticks);
A Dcputime.h39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime)
/linux/drivers/misc/cxl/
A Dsysfs.c69 adapter->psl_timebase_synced = (tb_to_ns(delta) < 16000) ? true : false; in psl_timebase_synced_show()
71 (tb_to_ns(delta) < 16000) ? "synchronized" : in psl_timebase_synced_show()
72 "not synchronized", tb_to_ns(delta)); in psl_timebase_synced_show()
/linux/arch/powerpc/kvm/
A Demulate.c56 dec_time = tb_to_ns(dec_time); in kvmppc_emulate_dec()
A Dbook3s_hv.c2638 tb_to_ns(tb.tb_total), in debugfs_timings_read()
2639 tb_to_ns(tb.tb_min), in debugfs_timings_read()
2640 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
2878 dec_nsec = tb_to_ns(vcpu->arch.dec_expires - now); in kvmppc_set_timer()
/linux/drivers/cpuidle/
A Dcpuidle-pseries.c371 u64 latency_us = DIV_ROUND_UP_ULL(tb_to_ns(latency_tb), NSEC_PER_USEC); in fixup_cede0_latency()

Completed in 20 milliseconds