pub type CpuSet = IdSet;Expand description
A CPU set for tracking which CPUs are online/active
Aliased Type§
pub struct CpuSet {
low_bits: u64,
high_ids: Vec<usize>,
}Fields§
§low_bits: u64Bitmap for IDs 0-63
high_ids: Vec<usize>Vector for IDs >= 64