timer_unstable_counter_workaround_in_use 382 drivers/clocksource/arm_arch_timer.c static atomic_t timer_unstable_counter_workaround_in_use = ATOMIC_INIT(0); timer_unstable_counter_workaround_in_use 554 drivers/clocksource/arm_arch_timer.c atomic_set(&timer_unstable_counter_workaround_in_use, 1); timer_unstable_counter_workaround_in_use 615 drivers/clocksource/arm_arch_timer.c return atomic_read(&timer_unstable_counter_workaround_in_use);