Searched refs:clocksource_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/testing/selftests/timers/ |
D | clocksource-switch.c | 131 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.4.14/kernel/time/ |
D | clocksource.c | 104 static LIST_HEAD(clocksource_list); 422 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend() 434 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume() 532 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best() 540 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best() 561 list_for_each_entry(cs, &clocksource_list, list) { in __clocksource_select() 639 struct list_head *entry = &clocksource_list; in clocksource_enqueue() 642 list_for_each_entry(tmp, &clocksource_list, list) in clocksource_enqueue() 893 list_for_each_entry(cs, &clocksource_list, list) { in sysfs_unbind_clocksource() 921 list_for_each_entry(src, &clocksource_list, list) { in sysfs_show_available_clocksources()
|