Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs144 let mut switch_res_vec: Vec<SwitchResult> = Vec::new(); in init_switch_result() localVariable
146 switch_res_vec.push(SwitchResult::new()); in init_switch_result()
149 PROCESS_SWITCH_RESULT = Some(PerCpuVar::new(switch_res_vec).unwrap()); in init_switch_result()