Home
last modified time | relevance | path

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

/DragonOS/kernel/src/time/
H A Dclocksource.rs417 let mut temp_list = list_guard.split_off(spilt_pos); in clocksource_enqueue() localVariable
420 list_guard.append(&mut temp_list); in clocksource_enqueue()
544 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
545 temp_list.pop_front(); in clocksource_dequeue_watchdog()
546 list.append(&mut temp_list); in clocksource_dequeue_watchdog()
585 let mut temp_list = clocksource_list.split_off(replace_pos); in clocksource_dequeue_watchdog() localVariable
586 let new_wd = temp_list.front().unwrap().clone(); in clocksource_dequeue_watchdog()
587 clocksource_list.append(&mut temp_list); in clocksource_dequeue_watchdog()
594 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
595 temp_list.pop_front(); in clocksource_dequeue_watchdog()
[all …]