pub const STARVATION_THRESHOLD: u32 = 16;
After this many consecutive claims at the same (or higher) priority, the scheduler forcibly scans lower-priority partitions for one iteration.