Home
last modified time | relevance | path

Searched refs:NR_CPUS (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dblockgroup_lock.h18 #if NR_CPUS >= 32
20 #elif NR_CPUS >= 16
22 #elif NR_CPUS >= 8
24 #elif NR_CPUS >= 4
26 #elif NR_CPUS >= 2
Dcpumask.h14 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
33 #if NR_CPUS == 1
44 #define nr_cpumask_bits NR_CPUS
92 #if NR_CPUS > 1
121 #if NR_CPUS == 1
256 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
643 return BITS_TO_LONGS(NR_CPUS) * sizeof(long); in cpumask_size()
740 extern const DECLARE_BITMAP(cpu_all_bits, NR_CPUS);
786 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
797 #if NR_CPUS <= BITS_PER_LONG
[all …]
Dthreads.h20 #define NR_CPUS CONFIG_NR_CPUS macro
Dsched_energy.h34 extern struct sched_group_energy *sge_array[NR_CPUS][NR_SD_LEVELS];
Drelay.h66 struct rchan_buf *buf[NR_CPUS]; /* per-cpu channel buffers */
Dmm_types.h27 #define USE_SPLIT_PTE_PTLOCKS (NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS)
Dinit_task.h184 .nr_cpus_allowed= NR_CPUS, \
Dworkqueue.h60 WORK_CPU_UNBOUND = NR_CPUS,
/include/asm-generic/
Dpercpu.h18 extern unsigned long __per_cpu_offset[NR_CPUS];