Searched defs:CPU_SETSIZE (Results 1 – 17 of 17) sorted by relevance
220 pub const CPU_SETSIZE: ::size_t = 32; constant
104 pub(crate) const CPU_SETSIZE: usize = 8 * core::mem::size_of::<RawCpuSet>(); constant
309 pub const CPU_SETSIZE: ::size_t = 1024; constant
172 pub(crate) const CPU_SETSIZE: usize = c::CPU_SETSIZE as usize; constant
99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8) macro
119 #define CPU_SETSIZE 128 macro
127 #define CPU_SETSIZE 1024 macro
203 pub const CPU_SETSIZE: ::c_int = 0x400; constant
640 pub const CPU_SETSIZE: ::c_int = 128; constant
1069 pub const CPU_SETSIZE: ::size_t = ::mem::size_of::<::cpumask_t>() * 8; constant
930 pub const CPU_SETSIZE: ::c_int = 0x400; constant
68 #define CPU_SETSIZE __CPU_SETSIZE macro
300 pub const CPU_SETSIZE: ::c_int = 0x400; constant
1249 pub const CPU_SETSIZE: ::c_int = 128; constant
2628 pub const CPU_SETSIZE: ::c_int = 1024; constant2630 pub const CPU_SETSIZE: ::c_int = 256; constant
2842 pub const CPU_SETSIZE: ::c_int = 128; constant
2551 pub const CPU_SETSIZE: usize = 1024; constant