Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dclocksource-switch.c120 char clocksource_list[10][30]; variable
130 count = get_clocksources(clocksource_list); in main()
132 if (change_clocksource(clocksource_list[0])) { in main()
139 printf("Validating clocksource %s\n", clocksource_list[i]); in main()
140 if (change_clocksource(clocksource_list[i])) { in main()
158 if (change_clocksource(clocksource_list[i])) { in main()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dclocksource.c90 static LIST_HEAD(clocksource_list);
461 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_select_watchdog()
604 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_suspend_select()
705 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend()
717 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume()
815 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best()
823 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best()
847 list_for_each_entry(cs, &clocksource_list, list) { in __clocksource_select()
935 struct list_head *entry = &clocksource_list; in clocksource_enqueue()
938 list_for_each_entry(tmp, &clocksource_list, list) { in clocksource_enqueue()
[all …]