Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimekeeping.h70 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
149 return ktime_mono_to_any(mono, TK_OFFS_REAL); in ktime_mono_to_real()
/openbmc/linux/net/sched/
H A Dact_gate.c29 return ktime_mono_to_any(mono, gact->tk_offset); in gate_get_time()
H A Dsch_taprio.c180 return ktime_mono_to_any(mono, tk_offset); in taprio_mono_to_any()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c925 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() function
938 EXPORT_SYMBOL_GPL(ktime_mono_to_any);
/openbmc/linux/drivers/input/
H A Dinput.c2146 dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp, in input_set_timestamp()