Searched refs:clocksource_list (Results 1 – 1 of 1) sorted by relevance
442 let mut clocksource_list = CLOCKSOURCE_LIST.lock(); in clocksource_dequeue_watchdog() localVariable443 let mut replace_pos: usize = clocksource_list.len(); in clocksource_dequeue_watchdog()444 for (pos, ele) in clocksource_list.iter().enumerate() { in clocksource_dequeue_watchdog()465 if replace_pos < clocksource_list.len() { in clocksource_dequeue_watchdog()466 let mut temp_list = clocksource_list.split_off(replace_pos); in clocksource_dequeue_watchdog()468 clocksource_list.append(&mut temp_list); in clocksource_dequeue_watchdog()