Searched refs:NR_CPUS (Results 1 – 11 of 11) sorted by relevance
54 #if NR_CPUS <= RCU_FANOUT_161 #elif NR_CPUS <= RCU_FANOUT_264 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)69 #elif NR_CPUS <= RCU_FANOUT_372 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_2)73 # define NUM_RCU_LVL_2 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)78 #elif NR_CPUS <= RCU_FANOUT_481 # define NUM_RCU_LVL_1 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_3)82 # define NUM_RCU_LVL_2 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_2)83 # define NUM_RCU_LVL_3 DIV_ROUND_UP(NR_CPUS, RCU_FANOUT_1)
66 #if NR_CPUS <= BITS_PER_LONG69 #elif NR_CPUS <= 4*BITS_PER_LONG254 #if NR_CPUS == 11107 #if NR_CPUS == 11183 #if NR_CPUS > 11275 #if NR_CPUS <= BITS_PER_LONG1278 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \1286 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \1353 #if NR_CPUS <= BITS_PER_LONG1356 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \[all …]
14 #define NR_BG_LOCKS (4 << ilog2(NR_CPUS < 32 ? NR_CPUS : 32))
9 typedef struct cpumask { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
21 #define NR_CPUS CONFIG_NR_CPUS macro
224 #if NR_CPUS <= 2 && defined(CONFIG_ARM_THUMB)226 #elif NR_CPUS <= 4 && defined(CONFIG_ARM)
74 extern struct cpu_topology cpu_topology[NR_CPUS];
63 #define NR_KERNFS_LOCK_BITS (2 * (ilog2(NR_CPUS < 32 ? NR_CPUS : 32)))
92 WORK_CPU_UNBOUND = NR_CPUS,
25 #define MIN_NAPI_ID ((unsigned int)(NR_CPUS + 1))
32 extern unsigned long __per_cpu_offset[NR_CPUS];
Completed in 18 milliseconds