Lines Matching refs:NR_CPUS
15 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
34 #if NR_CPUS == 1
45 #define nr_cpumask_bits NR_CPUS
93 #if NR_CPUS > 1
122 #if NR_CPUS == 1
257 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
708 extern const DECLARE_BITMAP(cpu_all_bits, NR_CPUS);
754 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
765 #if NR_CPUS <= BITS_PER_LONG
768 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
775 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
776 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
797 #if NR_CPUS <= BITS_PER_LONG
800 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
805 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
806 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
812 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \