Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2806 static unsigned long aux_timekeepers; variable
2823 unsigned long active = READ_ONCE(aux_timekeepers); in tk_aux_update_clocksource()
2842 unsigned long active = READ_ONCE(aux_timekeepers); in tk_aux_advance()
3041 if (enable == test_bit(id, &aux_timekeepers)) in aux_clock_enable_store()
3046 set_bit(id, &aux_timekeepers); in aux_clock_enable_store()
3049 clear_bit(id, &aux_timekeepers); in aux_clock_enable_store()
3056 unsigned long active = READ_ONCE(aux_timekeepers); in aux_clock_enable_show()