Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dpelt.rs153 let c2 = LOAD_AVG_MAX as u32 - Self::decay_load(LOAD_AVG_MAX as u64, periods) as u32 - 1024; in accumulate_pelt_segments() localVariable
/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs2106 let c2 = char::from_digit((x as u32 >> 8) & 0xf, 16) localVariable