Home
last modified time | relevance | path

Searched refs:hrtimer_get_softexpires_tv64 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dhrtimer.h250 static inline s64 hrtimer_get_softexpires_tv64(const struct hrtimer *timer) in hrtimer_get_softexpires_tv64() function
/linux-4.1.27/kernel/time/
Dhrtimer.c1296 if (basenow.tv64 < hrtimer_get_softexpires_tv64(timer)) in hrtimer_interrupt()