Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dclocksource-switch.c120 char clocksource_list[10][30]; variable
149 count = get_clocksources(clocksource_list); in main()
151 if (change_clocksource(clocksource_list[0])) { in main()
160 clocksource_list[i]); in main()
161 if (change_clocksource(clocksource_list[i])) { in main()
179 if (change_clocksource(clocksource_list[i])) { in main()
/linux/kernel/time/
H A Dclocksource.c95 * clocksource_list:
98 * protects manipulations to curr_clocksource and the clocksource_list
104 static LIST_HEAD(clocksource_list);
650 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_select_watchdog()
793 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_suspend_select()
890 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend()
902 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume()
1007 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best()
1015 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best()
1039 list_for_each_entry(cs, &clocksource_list, lis in __clocksource_select()
[all...]