Searched refs:wd_list (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/kernel/time/ |
| D | clocksource.c | 180 if (!list_empty(&cs->list) && list_empty(&cs->wd_list)) in clocksource_mark_unstable() 181 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable() 200 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog() 331 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog() 342 INIT_LIST_HEAD(&cs->wd_list); in clocksource_enqueue_watchdog() 346 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog() 397 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog() 411 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread() 413 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread()
|
| /Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | usb_sdio.c | 184 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()
|
| /Linux-v5.10/include/linux/ |
| D | clocksource.h | 116 struct list_head wd_list; member
|