Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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()
/kernel/linux/linux-5.10/net/sched/
Dact_gate.c29 return ktime_mono_to_any(mono, gact->tk_offset); in gate_get_time()
Dsch_taprio.c107 return ktime_mono_to_any(mono, tk_offset); in taprio_mono_to_any()
/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c912 ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs) in ktime_mono_to_any() function
925 EXPORT_SYMBOL_GPL(ktime_mono_to_any);
/kernel/linux/linux-5.10/drivers/input/
Dinput.c1960 dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp, in input_set_timestamp()