Home
last modified time | relevance | path

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

/Linux-v6.6/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()
/Linux-v6.6/net/sched/
Dact_gate.c29 return ktime_mono_to_any(mono, gact->tk_offset); in gate_get_time()
Dsch_taprio.c180 return ktime_mono_to_any(mono, tk_offset); in taprio_mono_to_any()
/Linux-v6.6/kernel/time/
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);
/Linux-v6.6/drivers/input/
Dinput.c2072 dev->timestamp[INPUT_CLK_BOOT] = ktime_mono_to_any(timestamp, in input_set_timestamp()