Searched refs:wd_list (Results 1 – 1 of 1) sorted by relevance
919 let mut wd_list = WATCHDOG_LIST.lock_irqsave(); in __clocksource_watchdog_kthread() localVariable922 for (pos, ele) in wd_list.iter().enumerate() { in __clocksource_watchdog_kthread()930 let mut temp_list = wd_list.split_off(pos); in __clocksource_watchdog_kthread()932 wd_list.append(&mut temp_list); in __clocksource_watchdog_kthread()938 .clocksource_stop_watchdog(wd_list.len()); in __clocksource_watchdog_kthread()939 drop(wd_list); in __clocksource_watchdog_kthread()