Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/timers/
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-6.12.1/kernel/time/
Dclocksource.c102 static LIST_HEAD(clocksource_list);
646 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_select_watchdog()
789 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_suspend_select()
886 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend()
898 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume()
994 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best()
1002 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best()
1026 list_for_each_entry(cs, &clocksource_list, list) { in __clocksource_select()
1108 struct list_head *entry = &clocksource_list; in clocksource_enqueue()
1111 list_for_each_entry(tmp, &clocksource_list, list) { in clocksource_enqueue()
[all …]