Home
last modified time | relevance | path

Searched refs:cpu_bit_bitmap (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcpumask.h1126 #define cpu_none_mask to_cpumask(cpu_bit_bitmap[0])
1195 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
1199 const unsigned long *p = cpu_bit_bitmap[1 + cpu % BITS_PER_LONG]; in get_cpu_mask()
/linux/kernel/
H A Dcpu.c3054 * cpu_bit_bitmap[] is a special, "compressed" data structure that in cpuhp_sysfs_init()
3061 /* cpu_bit_bitmap[0] is empty - so we can back into it */
3067 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = {
3076 EXPORT_SYMBOL_GPL(cpu_bit_bitmap);
3078 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = { global() variable