Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2865 struct timekeeper *aux_tk; in ktime_get_aux() local
2875 aux_tk = &aux_tkd->timekeeper; in ktime_get_aux()
2878 if (!aux_tk->clock_valid) in ktime_get_aux()
2881 base = ktime_add(aux_tk->tkr_mono.base, aux_tk->offs_aux); in ktime_get_aux()
2882 nsecs = timekeeping_get_ns(&aux_tk->tkr_mono); in ktime_get_aux()