ktime_mono_to_any 1948 drivers/input/input.c 	dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp,
ktime_mono_to_any   70 include/linux/timekeeping.h extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
ktime_mono_to_any  149 include/linux/timekeeping.h 	return ktime_mono_to_any(mono, TK_OFFS_REAL);
ktime_mono_to_any  849 kernel/time/timekeeping.c EXPORT_SYMBOL_GPL(ktime_mono_to_any);
ktime_mono_to_any  105 net/sched/sch_taprio.c 		return ktime_mono_to_any(mono, q->tk_offset);
ktime_mono_to_any  324 net/sched/sch_taprio.c 	return ktime_mono_to_any(skb->skb_mstamp_ns, q->tk_offset);