Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/timers/
Dclocksource-switch.c131 char clocksource_list[10][30]; variable
141 count = get_clocksources(clocksource_list); in main()
143 if (change_clocksource(clocksource_list[0])) { in main()
150 printf("Validating clocksource %s\n", clocksource_list[i]); in main()
151 if (change_clocksource(clocksource_list[i])) { in main()
169 if (change_clocksource(clocksource_list[i])) { in main()
/linux-4.1.27/kernel/time/
Dclocksource.c102 static LIST_HEAD(clocksource_list);
419 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend()
431 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume()
529 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best()
537 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best()
558 list_for_each_entry(cs, &clocksource_list, list) { in __clocksource_select()
638 struct list_head *entry = &clocksource_list; in clocksource_enqueue()
641 list_for_each_entry(tmp, &clocksource_list, list) in clocksource_enqueue()
892 list_for_each_entry(cs, &clocksource_list, list) { in sysfs_unbind_clocksource()
920 list_for_each_entry(src, &clocksource_list, list) { in sysfs_show_available_clocksources()