Searched refs:best_frame (Results 1 – 1 of 1) sorted by relevance
1437 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local1469 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() local1651 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