Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Darm_arch_timer.c437 static const struct arch_timer_erratum_workaround ool_workarounds[] = { variable
547 for (i = 0; i < ARRAY_SIZE(ool_workarounds); i++) { in arch_timer_iterate_errata()
548 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
551 if (match_fn(&ool_workarounds[i], arg)) in arch_timer_iterate_errata()
552 return &ool_workarounds[i]; in arch_timer_iterate_errata()