Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Darm_arch_timer.c395 static atomic_t timer_unstable_counter_workaround_in_use = ATOMIC_INIT(0); variable
572 atomic_set(&timer_unstable_counter_workaround_in_use, 1); in arch_timer_enable_workaround()
636 return atomic_read(&timer_unstable_counter_workaround_in_use); in arch_timer_counter_has_wa()