Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtimer.c653 static const struct timer_hint timer_hints[] = { variable
665 for (i = 0; i < ARRAY_SIZE(timer_hints); i++) { in timer_debug_hint()
666 if (timer_hints[i].function == timer->function) { in timer_debug_hint()
667 void (**fn)(void) = addr + timer_hints[i].offset; in timer_debug_hint()