Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Darm_arch_timer.c1358 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local
1390 best_frame = frame; in arch_timer_mem_find_best_frame()
1398 best_frame = frame; in arch_timer_mem_find_best_frame()
1403 return best_frame; in arch_timer_mem_find_best_frame()
1553 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_acpi_init() local
1573 if (!best_frame) in arch_timer_mem_acpi_init()
1574 best_frame = frame; in arch_timer_mem_acpi_init()
1582 if (!best_frame) /* implies !frame */ in arch_timer_mem_acpi_init()
1591 if (best_frame) in arch_timer_mem_acpi_init()
1592 ret = arch_timer_mem_frame_register(best_frame); in arch_timer_mem_acpi_init()
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Darm_arch_timer.c1486 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local
1518 best_frame = frame; in arch_timer_mem_find_best_frame()
1526 best_frame = frame; in arch_timer_mem_find_best_frame()
1531 return best_frame; in arch_timer_mem_find_best_frame()
1680 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_acpi_init() local
1700 if (!best_frame) in arch_timer_mem_acpi_init()
1701 best_frame = frame; in arch_timer_mem_acpi_init()
1709 if (!best_frame) /* implies !frame */ in arch_timer_mem_acpi_init()
1718 if (best_frame) in arch_timer_mem_acpi_init()
1719 ret = arch_timer_mem_frame_register(best_frame); in arch_timer_mem_acpi_init()
[all...]

Completed in 5 milliseconds