Searched refs:wd_list (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | clocksource.c | 187 if (!list_empty(&cs->list) && list_empty(&cs->wd_list)) in clocksource_mark_unstable() 188 list_add(&cs->wd_list, &watchdog_list); in clocksource_mark_unstable() 294 list_for_each_entry(cs, &watchdog_list, wd_list) { in clocksource_watchdog() 426 list_for_each_entry(cs, &watchdog_list, wd_list) in clocksource_reset_watchdog() 437 INIT_LIST_HEAD(&cs->wd_list); in clocksource_enqueue_watchdog() 441 list_add(&cs->wd_list, &watchdog_list); in clocksource_enqueue_watchdog() 492 list_del_init(&cs->wd_list); in clocksource_dequeue_watchdog() 512 list_for_each_entry_safe(cs, tmp, &watchdog_list, wd_list) { in __clocksource_watchdog_kthread() 514 list_del_init(&cs->wd_list); in __clocksource_watchdog_kthread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | clocksource.h | 116 struct list_head wd_list; member
|