Searched refs:temp_list (Results 1 – 1 of 1) sorted by relevance
417 let mut temp_list = list_guard.split_off(spilt_pos); in clocksource_enqueue() localVariable420 list_guard.append(&mut temp_list); in clocksource_enqueue()544 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable545 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() localVariable586 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() localVariable595 temp_list.pop_front(); in clocksource_dequeue_watchdog()[all …]