Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2847 struct tk_data *aux_tkd = &timekeeper_data[id + TIMEKEEPER_AUX_FIRST]; in tk_aux_advance() local
2849 guard(raw_spinlock)(&aux_tkd->lock); in tk_aux_advance()
2850 if (aux_tkd->shadow_timekeeper.clock_valid) in tk_aux_advance()
2851 __timekeeping_advance(aux_tkd, TK_ADV_TICK); in tk_aux_advance()
2864 struct tk_data *aux_tkd = aux_get_tk_data(id); in ktime_get_aux() local
2872 if (!aux_tkd) in ktime_get_aux()
2875 aux_tk = &aux_tkd->timekeeper; in ktime_get_aux()
2877 seq = read_seqcount_begin(&aux_tkd->seq); in ktime_get_aux()
2883 } while (read_seqcount_retry(&aux_tkd->seq, seq)); in ktime_get_aux()
2925 struct tk_data *aux_tkd = aux_get_tk_data(id); in aux_clock_set() local
[all …]