| /linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
| D | TREE_RCU-kconfig.txt | 36 TREE01. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=8, CONFIG_RCU_FANOUT_EXACT=n. 37 TREE02. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=3, CONFIG_RCU_FANOUT_EXACT=n, 39 TREE03. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=4, CONFIG_RCU_FANOUT_EXACT=n, 41 TREE04. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=2, CONFIG_RCU_FANOUT_EXACT=n, 43 TREE05. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=6, CONFIG_RCU_FANOUT_EXACT=n 45 TREE06. CONFIG_NR_CPUS=8, CONFIG_RCU_FANOUT=6, CONFIG_RCU_FANOUT_EXACT=y 47 TREE07. CONFIG_NR_CPUS=16, CONFIG_RCU_FANOUT=2, CONFIG_RCU_FANOUT_EXACT=n, 49 TREE08. CONFIG_NR_CPUS=16, CONFIG_RCU_FANOUT=3, CONFIG_RCU_FANOUT_EXACT=y, 51 TREE09. CONFIG_NR_CPUS=1.
|
| /linux-4.1.27/include/linux/ |
| D | threads.h | 14 #ifndef CONFIG_NR_CPUS 16 #define CONFIG_NR_CPUS 1 macro 20 #define NR_CPUS CONFIG_NR_CPUS
|
| /linux-4.1.27/arch/x86/vdso/vdso32/ |
| D | vclock_gettime.c | 19 #undef CONFIG_NR_CPUS 24 #define CONFIG_NR_CPUS 1 macro
|
| /linux-4.1.27/arch/mn10300/include/asm/ |
| D | processor.h | 58 #if CONFIG_NR_CPUS < 2 || CONFIG_NR_CPUS > 8
|
| /linux-4.1.27/kernel/ |
| D | cpu.c | 758 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly 761 static DECLARE_BITMAP(cpu_possible_bits, CONFIG_NR_CPUS) __read_mostly; 766 static DECLARE_BITMAP(cpu_online_bits, CONFIG_NR_CPUS) __read_mostly; 770 static DECLARE_BITMAP(cpu_present_bits, CONFIG_NR_CPUS) __read_mostly; 774 static DECLARE_BITMAP(cpu_active_bits, CONFIG_NR_CPUS) __read_mostly;
|
| D | bounds.c | 21 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in foo()
|
| /linux-4.1.27/arch/arc/include/asm/ |
| D | mutex.h | 14 #if defined(CONFIG_SMP) && (CONFIG_NR_CPUS > 2)
|
| /linux-4.1.27/tools/testing/selftests/rcutorture/configs/lock/ |
| D | LOCK04 | 2 CONFIG_NR_CPUS=4
|
| D | LOCK03 | 2 CONFIG_NR_CPUS=4
|
| D | BUSTED | 2 CONFIG_NR_CPUS=4
|
| D | LOCK02 | 2 CONFIG_NR_CPUS=4
|
| D | LOCK01 | 2 CONFIG_NR_CPUS=8
|
| /linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/ |
| D | SRCU-P | 3 CONFIG_NR_CPUS=8
|
| D | SRCU-N | 3 CONFIG_NR_CPUS=4
|
| D | BUSTED | 3 CONFIG_NR_CPUS=4
|
| D | TASKS01 | 2 CONFIG_NR_CPUS=2
|
| D | TASKS03 | 2 CONFIG_NR_CPUS=2
|
| D | TREE09 | 2 CONFIG_NR_CPUS=1
|
| D | TREE03 | 2 CONFIG_NR_CPUS=8
|
| D | TREE05 | 2 CONFIG_NR_CPUS=8
|
| D | TREE07 | 2 CONFIG_NR_CPUS=16
|
| D | TREE04 | 2 CONFIG_NR_CPUS=8
|
| D | TREE06 | 2 CONFIG_NR_CPUS=8
|
| D | TREE02 | 2 CONFIG_NR_CPUS=8
|
| D | TREE08-T | 2 CONFIG_NR_CPUS=16
|
| D | TREE02-T | 2 CONFIG_NR_CPUS=8
|
| D | TREE08 | 2 CONFIG_NR_CPUS=16
|
| /linux-4.1.27/arch/x86/kernel/ |
| D | espfix_64.c | 56 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS 70 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
|
| /linux-4.1.27/arch/x86/include/asm/ |
| D | spinlock_types.h | 14 #if (CONFIG_NR_CPUS < (256 / __TICKET_LOCK_INC))
|
| /linux-4.1.27/arch/ia64/configs/ |
| D | sim_defconfig | 14 CONFIG_NR_CPUS=64
|
| D | bigsur_defconfig | 12 CONFIG_NR_CPUS=2
|
| D | zx1_defconfig | 10 CONFIG_NR_CPUS=16
|
| D | tiger_defconfig | 20 CONFIG_NR_CPUS=16
|
| D | gensparse_defconfig | 16 CONFIG_NR_CPUS=512
|
| /linux-4.1.27/arch/arm/mach-zynq/ |
| D | platsmp.c | 105 for (i = 0; i < ncores && i < CONFIG_NR_CPUS; i++) in zynq_smp_init_cpus()
|
| /linux-4.1.27/drivers/leds/trigger/ |
| D | ledtrig-cpu.c | 121 BUILD_BUG_ON(CONFIG_NR_CPUS > 9999); in ledtrig_cpu_init()
|
| /linux-4.1.27/kernel/trace/ |
| D | trace_kdb.c | 23 static struct ring_buffer_iter *buffer_iter[CONFIG_NR_CPUS]; in ftrace_dump_buf()
|
| /linux-4.1.27/arch/mn10300/kernel/ |
| D | cevt-mn10300.c | 19 #if (CONFIG_NR_CPUS > 2) && !defined(CONFIG_GEENERIC_CLOCKEVENTS_BROADCAST)
|
| /linux-4.1.27/arch/arm/configs/ |
| D | hisi_defconfig | 14 CONFIG_NR_CPUS=16
|
| D | socfpga_defconfig | 22 CONFIG_NR_CPUS=2
|
| D | u8500_defconfig | 15 CONFIG_NR_CPUS=2
|
| D | sunxi_defconfig | 7 CONFIG_NR_CPUS=8
|
| D | vexpress_defconfig | 30 CONFIG_NR_CPUS=8
|
| D | shmobile_defconfig | 33 CONFIG_NR_CPUS=8
|
| D | exynos_defconfig | 19 CONFIG_NR_CPUS=8
|
| D | axm55xx_defconfig | 46 CONFIG_NR_CPUS=16
|
| D | omap2plus_defconfig | 56 CONFIG_NR_CPUS=2
|
| D | multi_v7_defconfig | 108 CONFIG_NR_CPUS=16
|
| /linux-4.1.27/arch/mips/configs/ |
| D | bmips_be_defconfig | 4 CONFIG_NR_CPUS=4
|
| D | bmips_stb_defconfig | 5 CONFIG_NR_CPUS=4
|
| D | cavium_octeon_defconfig | 6 CONFIG_NR_CPUS=32
|
| D | maltasmvp_defconfig | 8 CONFIG_NR_CPUS=8
|
| D | maltasmvp_eva_defconfig | 9 CONFIG_NR_CPUS=8
|
| D | pistachio_defconfig | 7 CONFIG_NR_CPUS=4
|
| D | loongson3_defconfig | 9 CONFIG_NR_CPUS=4
|
| D | malta_kvm_defconfig | 6 CONFIG_NR_CPUS=8
|
| D | malta_defconfig | 6 CONFIG_NR_CPUS=8
|
| /linux-4.1.27/arch/s390/configs/ |
| D | zfcpdump_defconfig | 14 CONFIG_NR_CPUS=2
|
| D | gcov_defconfig | 49 CONFIG_NR_CPUS=256
|
| D | performance_defconfig | 47 CONFIG_NR_CPUS=256
|
| D | default_defconfig | 49 CONFIG_NR_CPUS=256
|
| /linux-4.1.27/arch/powerpc/configs/ |
| D | maple_defconfig | 3 CONFIG_NR_CPUS=4
|
| D | mpc86xx_defconfig | 2 CONFIG_NR_CPUS=2
|
| D | corenet64_smp_defconfig | 5 CONFIG_NR_CPUS=24
|
| D | corenet32_smp_defconfig | 3 CONFIG_NR_CPUS=8
|
| D | pasemi_defconfig | 4 CONFIG_NR_CPUS=2
|
| D | ps3_defconfig | 5 CONFIG_NR_CPUS=2
|
| D | cell_defconfig | 5 CONFIG_NR_CPUS=4
|
| D | mpc85xx_smp_defconfig | 4 CONFIG_NR_CPUS=8
|
| D | g5_defconfig | 4 CONFIG_NR_CPUS=4
|
| D | pseries_le_defconfig | 3 CONFIG_NR_CPUS=2048
|
| D | pseries_defconfig | 3 CONFIG_NR_CPUS=2048
|
| /linux-4.1.27/kernel/irq/ |
| D | Kconfig | 95 to define a high CONFIG_NR_CPUS value but still want to have
|
| /linux-4.1.27/arch/powerpc/configs/86xx/ |
| D | mpc8641_hpcn_defconfig | 2 CONFIG_NR_CPUS=2
|
| D | gef_sbc310_defconfig | 2 CONFIG_NR_CPUS=2
|
| D | gef_ppc9a_defconfig | 2 CONFIG_NR_CPUS=2
|
| D | sbc8641d_defconfig | 2 CONFIG_NR_CPUS=2
|
| D | gef_sbc610_defconfig | 2 CONFIG_NR_CPUS=2
|
| /linux-4.1.27/arch/powerpc/configs/85xx/ |
| D | xes_mpc85xx_defconfig | 3 CONFIG_NR_CPUS=2
|
| D | ge_imp3a_defconfig | 3 CONFIG_NR_CPUS=2
|
| D | kmp204x_defconfig | 3 CONFIG_NR_CPUS=8
|
| /linux-4.1.27/arch/tile/include/asm/ |
| D | processor.h | 375 #if CONFIG_NR_CPUS > (MAX_CPU_ID + 1)
|
| /linux-4.1.27/arch/s390/ |
| D | defconfig | 38 CONFIG_NR_CPUS=256
|
| /linux-4.1.27/arch/parisc/configs/ |
| D | a500_defconfig | 23 CONFIG_NR_CPUS=8
|
| /linux-4.1.27/arch/metag/kernel/ |
| D | smp.c | 638 for (i = 0; i < CONFIG_NR_CPUS; i++) { in get_core_count()
|
| /linux-4.1.27/drivers/cpufreq/ |
| D | exynos5440-cpufreq.c | 199 for (cpu = 0; cpu < CONFIG_NR_CPUS; cpu++) { in exynos_enable_dvfs()
|
| /linux-4.1.27/arch/x86/configs/ |
| D | x86_64_defconfig | 42 CONFIG_NR_CPUS=64
|
| /linux-4.1.27/arch/tile/configs/ |
| D | tilegx_defconfig | 48 CONFIG_NR_CPUS=100
|
| /linux-4.1.27/arch/x86/kernel/apic/ |
| D | vector.c | 691 show_lapic = CONFIG_NR_CPUS; in setup_show_lapic()
|
| /linux-4.1.27/kernel/debug/kdb/ |
| D | kdb_main.c | 2259 if ((cpunum >= CONFIG_NR_CPUS) || !kgdb_info[cpunum].enter_kgdb) in kdb_cpu()
|
| /linux-4.1.27/Documentation/RCU/ |
| D | trace.txt | 352 CONFIG_NR_CPUS (possibly adjusted using the nr_cpu_ids count of
|
| /linux-4.1.27/mm/ |
| D | slub.c | 1753 #define TID_STEP roundup_pow_of_two(CONFIG_NR_CPUS)
|