Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs751 let wd_list = &mut WATCHDOG_LIST.lock(); in clocksource_watchdog_kthread() localVariable
754 for (pos, ele) in wd_list.iter().enumerate() { in clocksource_watchdog_kthread()
762 let mut temp_list = wd_list.split_off(pos); in clocksource_watchdog_kthread()
764 wd_list.append(&mut temp_list); in clocksource_watchdog_kthread()
770 .clocksource_stop_watchdog(wd_list.len()); in clocksource_watchdog_kthread()