Lines Matching refs:temp_list
297 let mut temp_list = list_guard.split_off(spilt_pos); in clocksource_enqueue() localVariable
300 list_guard.append(&mut temp_list); in clocksource_enqueue()
425 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
426 temp_list.pop_front(); in clocksource_dequeue_watchdog()
427 list.append(&mut temp_list); in clocksource_dequeue_watchdog()
466 let mut temp_list = clocksource_list.split_off(replace_pos); in clocksource_dequeue_watchdog() localVariable
467 let new_wd = temp_list.front().unwrap().clone(); in clocksource_dequeue_watchdog()
468 clocksource_list.append(&mut temp_list); in clocksource_dequeue_watchdog()
475 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue_watchdog() localVariable
476 temp_list.pop_front(); in clocksource_dequeue_watchdog()
477 list.append(&mut temp_list); in clocksource_dequeue_watchdog()
508 let mut temp_list = list.split_off(del_pos); in clocksource_dequeue() localVariable
509 temp_list.pop_front(); in clocksource_dequeue()
510 list.append(&mut temp_list); in clocksource_dequeue()
762 let mut temp_list = wd_list.split_off(pos); in clocksource_watchdog_kthread() localVariable
763 temp_list.pop_front(); in clocksource_watchdog_kthread()
764 wd_list.append(&mut temp_list); in clocksource_watchdog_kthread()