Home
last modified time | relevance | path

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

/DragonOS/kernel/src/sched/
H A Dprio.rs2 pub const MIN_NICE: i32 = -20; constant
3 pub const NICE_WIDTH: i32 = MAX_NICE - MIN_NICE + 1;