Searched refs:switch_res_vec (Results 1 – 1 of 1) sorted by relevance
143 let mut switch_res_vec: Vec<SwitchResult> = Vec::new(); in init_switch_result() localVariable145 switch_res_vec.push(SwitchResult::new()); in init_switch_result()148 PROCESS_SWITCH_RESULT = Some(PerCpuVar::new(switch_res_vec).unwrap()); in init_switch_result()