Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c2963 static unsigned long aux_timekeepers; variable
2980 unsigned long active = READ_ONCE(aux_timekeepers); in tk_aux_update_clocksource()
2999 unsigned long active = READ_ONCE(aux_timekeepers); in tk_aux_advance()
3198 if (enable == test_bit(id, &aux_timekeepers)) in aux_clock_enable_store()
3203 set_bit(id, &aux_timekeepers); in aux_clock_enable_store()
3206 clear_bit(id, &aux_timekeepers); in aux_clock_enable_store()
3213 unsigned long active = READ_ONCE(aux_timekeepers); in aux_clock_enable_show()