Home
last modified time | relevance | path

Searched refs:tod_to_ns (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dcputime.h32 #define cputime_to_nsecs(cputime) tod_to_ns(cputime)
Dtimex.h219 static inline unsigned long long tod_to_ns(unsigned long long todval) in tod_to_ns() function
/Linux-v4.19/drivers/s390/cio/
Dcmf.c589 elapsed_time = tod_to_ns(elapsed_time); in __cmb_utilization()
675 data->elapsed_time = tod_to_ns(time); in readall_cmb()
934 data->elapsed_time = tod_to_ns(time); in readall_cmbe()
995 interval = tod_to_ns(interval); in cmb_show_avg_sample_interval()
/Linux-v4.19/arch/s390/kernel/
Dtime.c109 return tod_to_ns(get_tod_clock_monotonic()); in sched_clock()
/Linux-v4.19/arch/s390/kvm/
Dinterrupt.c1067 sltime = tod_to_ns((s64)ckc - (s64)now); in __calculate_sltime()
1069 sltime = tod_to_ns(ckc - now); in __calculate_sltime()
1079 return min(sltime, tod_to_ns(cputm)); in __calculate_sltime()
/Linux-v4.19/drivers/s390/block/
Ddasd_3990_erp.c2258 if ((tod_to_ns(clk - device->path[pos].errorclk) / NSEC_PER_SEC) in dasd_3990_erp_account_error()