Searched refs:wd_list (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/kernel/time/ |
| D | clocksource.c | 162 if (list_empty(&cs->wd_list)) in clocksource_mark_unstable() 163 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable() 182 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog() 304 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog() 320 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog() 346 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog() 362 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread() 364 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread() 365 list_add(&cs->wd_list, &unstable); in __clocksource_watchdog_kthread() 378 list_for_each_entry_safe(cs, tmp, &unstable, wd_list) { in __clocksource_watchdog_kthread() [all …]
|
| /linux-4.4.14/include/linux/ |
| D | clocksource.h | 93 struct list_head wd_list; member
|