AFFINITY_INITIAL_BITS

Constant AFFINITY_INITIAL_BITS 

Source
pub const AFFINITY_INITIAL_BITS: usize = 8192;
Expand description

Initial number of CPU bits the affinity buffer starts at. 8192 is the x86_64 CONFIG_NR_CPUS ceiling (NR_CPUS_RANGE_END with CPUMASK_OFFSTACK; also the MAXSMP default), so no x86_64 host exceeds it and the overwhelming majority resolve on the first syscall.