Searched refs:__wa (Results 1 – 1 of 1) sorted by relevance
531 const struct arch_timer_erratum_workaround *__wa; in arch_timer_check_ool_workaround() local532 __wa = __this_cpu_read(timer_unstable_counter_workaround); in arch_timer_check_ool_workaround()533 if (__wa && wa != __wa) in arch_timer_check_ool_workaround()535 wa->desc, __wa->desc); in arch_timer_check_ool_workaround()537 if (__wa) in arch_timer_check_ool_workaround()550 const struct arch_timer_erratum_workaround *__wa; \551 __wa = __this_cpu_read(timer_unstable_counter_workaround); \552 if (__wa && __wa->fn) { \553 r = __wa->fn(__VA_ARGS__); \