Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dtime.h215 unsigned long long tb_to_ns(unsigned long long tb_ticks);
/linux-4.1.27/arch/powerpc/kernel/
Dtime.c611 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
615 EXPORT_SYMBOL_GPL(tb_to_ns);
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1538 tb_to_ns(tb.tb_total), in debugfs_timings_read()
1539 tb_to_ns(tb.tb_min), in debugfs_timings_read()
1540 tb_to_ns(tb.tb_max)); in debugfs_timings_read()