fn build_bitmap(cpus: &[u32]) -> mlfq_bitmapExpand description
Build a CPU-membership bitmap from a CPU list.
Out-of-range CPUs are ignored, matching the BPF-side guards.
fn build_bitmap(cpus: &[u32]) -> mlfq_bitmapBuild a CPU-membership bitmap from a CPU list.
Out-of-range CPUs are ignored, matching the BPF-side guards.