Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dclocksource.c229 if (!list_empty(&cs->list) && list_empty(&cs->wd_list)) in clocksource_mark_unstable()
230 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable()
414 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog()
435 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog()
622 INIT_LIST_HEAD(&cs->wd_list); in clocksource_enqueue_watchdog()
626 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog()
677 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog()
697 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread()
699 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread()
/linux-6.12.1/include/linux/
Dclocksource.h131 struct list_head wd_list; member