Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dtimex.h155 static inline unsigned long long tod_to_ns(unsigned long long todval) in tod_to_ns() function
/linux-4.4.14/arch/s390/kvm/
Dinterrupt.c850 sltime = tod_to_ns(vcpu->arch.sie_block->ckc - now); in kvm_s390_handle_wait()
889 sltime = tod_to_ns(vcpu->arch.sie_block->ckc - now); in kvm_s390_idle_wakeup()
/linux-4.4.14/arch/s390/kernel/
Dtime.c69 return tod_to_ns(get_tod_clock_monotonic()); in sched_clock()