ool_workarounds 419 drivers/clocksource/arm_arch_timer.c static const struct arch_timer_erratum_workaround ool_workarounds[] = { ool_workarounds 529 drivers/clocksource/arm_arch_timer.c for (i = 0; i < ARRAY_SIZE(ool_workarounds); i++) { ool_workarounds 530 drivers/clocksource/arm_arch_timer.c if (ool_workarounds[i].match_type != type) ool_workarounds 533 drivers/clocksource/arm_arch_timer.c if (match_fn(&ool_workarounds[i], arg)) ool_workarounds 534 drivers/clocksource/arm_arch_timer.c return &ool_workarounds[i];