Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dmod.rs88 pub static mut PROCESS_SWITCH_RESULT: Option<PerCpuVar<SwitchResult>> = None;
94 pub struct SwitchResult { struct
99 impl SwitchResult { implementation
144 let mut switch_res_vec: Vec<SwitchResult> = Vec::new(); in init_switch_result()
146 switch_res_vec.push(SwitchResult::new()); in init_switch_result()