Home
last modified time | relevance | path

Searched refs:wd_list (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dclocksource.c195 if (!list_empty(&cs->list) && list_empty(&cs->wd_list)) in clocksource_mark_unstable()
196 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable()
321 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog()
342 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog()
519 INIT_LIST_HEAD(&cs->wd_list); in clocksource_enqueue_watchdog()
523 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog()
574 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog()
594 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread()
596 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread()
/kernel/linux/linux-6.6/kernel/time/
H A Dclocksource.c206 if (!list_empty(&cs->list) && list_empty(&cs->wd_list)) in clocksource_mark_unstable()
207 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable()
396 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog()
417 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog()
608 INIT_LIST_HEAD(&cs->wd_list); in clocksource_enqueue_watchdog()
612 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog()
663 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog()
683 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread()
685 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dusb_sdio.c184 struct list_head wd_list; in mt7663_usb_sdio_wtbl_work() local
190 INIT_LIST_HEAD(&wd_list); in mt7663_usb_sdio_wtbl_work()
192 list_splice_init(&dev->wd_head, &wd_list); in mt7663_usb_sdio_wtbl_work()
195 list_for_each_entry_safe(wd, wd_next, &wd_list, node) { in mt7663_usb_sdio_wtbl_work()
/kernel/linux/linux-5.10/include/linux/
H A Dclocksource.h76 * @wd_list: List head to enqueue into the watchdog list (internal)
119 struct list_head wd_list; member
/kernel/linux/linux-6.6/include/linux/
H A Dclocksource.h81 * @wd_list: List head to enqueue into the watchdog list (internal)
125 struct list_head wd_list; member

Completed in 6 milliseconds