Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
A Darm_arch_timer.c1437 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local
1469 best_frame = frame; in arch_timer_mem_find_best_frame()
1477 best_frame = frame; in arch_timer_mem_find_best_frame()
1482 return best_frame; in arch_timer_mem_find_best_frame()
1631 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_acpi_init() local
1651 if (!best_frame) in arch_timer_mem_acpi_init()
1652 best_frame = frame; in arch_timer_mem_acpi_init()
1660 if (!best_frame) /* implies !frame */ in arch_timer_mem_acpi_init()
1669 if (best_frame) in arch_timer_mem_acpi_init()
1670 ret = arch_timer_mem_frame_register(best_frame); in arch_timer_mem_acpi_init()

Completed in 9 milliseconds