Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c829 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() function
850 EXPORT_SYMBOL_GPL(ktime_mono_to_any);
/linux/net/sched/
H A Dsch_taprio.c182 return ktime_mono_to_any(mono, tk_offset); in taprio_mono_to_any()