Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs561 let mut clocksource_list = CLOCKSOURCE_LIST.lock(); in clocksource_dequeue_watchdog() localVariable
562 let mut replace_pos: usize = clocksource_list.len(); in clocksource_dequeue_watchdog()
563 for (pos, ele) in clocksource_list.iter().enumerate() { in clocksource_dequeue_watchdog()
584 if replace_pos < clocksource_list.len() { in clocksource_dequeue_watchdog()
585 let mut temp_list = clocksource_list.split_off(replace_pos); in clocksource_dequeue_watchdog()
587 clocksource_list.append(&mut temp_list); in clocksource_dequeue_watchdog()