Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtimex.h152 static inline unsigned long long tod_to_ns(unsigned long long todval) in tod_to_ns() function
/arch/s390/kvm/
Dinterrupt.c608 sltime = tod_to_ns(vcpu->arch.sie_block->ckc - now); in kvm_s390_handle_wait()
641 sltime = tod_to_ns(vcpu->arch.sie_block->ckc - now); in kvm_s390_idle_wakeup()
/arch/s390/kernel/
Dtime.c66 return tod_to_ns(get_tod_clock_monotonic()); in sched_clock()