Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dmod.rs172 pub const WMULT_CONST: u32 = !0; constant
200 if unlikely(w >= Self::WMULT_CONST as u64) { in update_inv_weight()
205 self.inv_weight = Self::WMULT_CONST; in update_inv_weight()
208 self.inv_weight = Self::WMULT_CONST / w as u32; in update_inv_weight()