Searched refs:clocksource_list (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/time/ |
H A D | clocksource.c | 104 static LIST_HEAD(clocksource_list); 657 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_select_watchdog() 800 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_suspend_select() 897 list_for_each_entry_reverse(cs, &clocksource_list, list) in clocksource_suspend() 909 list_for_each_entry(cs, &clocksource_list, list) in clocksource_resume() 1014 if (!finished_booting || list_empty(&clocksource_list)) in clocksource_find_best() 1022 list_for_each_entry(cs, &clocksource_list, list) { in clocksource_find_best() 1046 list_for_each_entry(cs, &clocksource_list, list) { in __clocksource_select() 1128 struct list_head *entry = &clocksource_list; in clocksource_enqueue() 1131 list_for_each_entry(tmp, &clocksource_list, list) { in clocksource_enqueue() [all …]
|