Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/time/
Dclocksource.rs297 let mut temp_list = list_guard.split_off(spilt_pos); in clocksource_enqueue() localVariable
425 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
466 let mut temp_list = clocksource_list.split_off(replace_pos); in clocksource_dequeue_watchdog() localVariable
475 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
508 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue() localVariable
762 let mut temp_list = wd_list.split_off(pos); in clocksource_watchdog_kthread() localVariable
Dtimer.rs108 let mut temp_list: LinkedList<Arc<Timer>> = timer_list.split_off(split_pos); in activate() localVariable