Home
last modified time | relevance | path

Searched refs:CONFIG_NR_CPUS (Results 1 – 92 of 92) sorted by relevance

/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt36 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/
Dthreads.h14 #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/
Dvclock_gettime.c19 #undef CONFIG_NR_CPUS
24 #define CONFIG_NR_CPUS 1 macro
/linux-4.1.27/arch/mn10300/include/asm/
Dprocessor.h58 #if CONFIG_NR_CPUS < 2 || CONFIG_NR_CPUS > 8
/linux-4.1.27/kernel/
Dcpu.c758 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;
Dbounds.c21 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in foo()
/linux-4.1.27/arch/arc/include/asm/
Dmutex.h14 #if defined(CONFIG_SMP) && (CONFIG_NR_CPUS > 2)
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/lock/
DLOCK042 CONFIG_NR_CPUS=4
DLOCK032 CONFIG_NR_CPUS=4
DBUSTED2 CONFIG_NR_CPUS=4
DLOCK022 CONFIG_NR_CPUS=4
DLOCK012 CONFIG_NR_CPUS=8
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/
DSRCU-P3 CONFIG_NR_CPUS=8
DSRCU-N3 CONFIG_NR_CPUS=4
DBUSTED3 CONFIG_NR_CPUS=4
DTASKS012 CONFIG_NR_CPUS=2
DTASKS032 CONFIG_NR_CPUS=2
DTREE092 CONFIG_NR_CPUS=1
DTREE032 CONFIG_NR_CPUS=8
DTREE052 CONFIG_NR_CPUS=8
DTREE072 CONFIG_NR_CPUS=16
DTREE042 CONFIG_NR_CPUS=8
DTREE062 CONFIG_NR_CPUS=8
DTREE022 CONFIG_NR_CPUS=8
DTREE08-T2 CONFIG_NR_CPUS=16
DTREE02-T2 CONFIG_NR_CPUS=8
DTREE082 CONFIG_NR_CPUS=16
/linux-4.1.27/arch/x86/kernel/
Despfix_64.c56 #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/
Dspinlock_types.h14 #if (CONFIG_NR_CPUS < (256 / __TICKET_LOCK_INC))
/linux-4.1.27/arch/ia64/configs/
Dsim_defconfig14 CONFIG_NR_CPUS=64
Dbigsur_defconfig12 CONFIG_NR_CPUS=2
Dzx1_defconfig10 CONFIG_NR_CPUS=16
Dtiger_defconfig20 CONFIG_NR_CPUS=16
Dgensparse_defconfig16 CONFIG_NR_CPUS=512
/linux-4.1.27/arch/arm/mach-zynq/
Dplatsmp.c105 for (i = 0; i < ncores && i < CONFIG_NR_CPUS; i++) in zynq_smp_init_cpus()
/linux-4.1.27/drivers/leds/trigger/
Dledtrig-cpu.c121 BUILD_BUG_ON(CONFIG_NR_CPUS > 9999); in ledtrig_cpu_init()
/linux-4.1.27/kernel/trace/
Dtrace_kdb.c23 static struct ring_buffer_iter *buffer_iter[CONFIG_NR_CPUS]; in ftrace_dump_buf()
/linux-4.1.27/arch/mn10300/kernel/
Dcevt-mn10300.c19 #if (CONFIG_NR_CPUS > 2) && !defined(CONFIG_GEENERIC_CLOCKEVENTS_BROADCAST)
/linux-4.1.27/arch/arm/configs/
Dhisi_defconfig14 CONFIG_NR_CPUS=16
Dsocfpga_defconfig22 CONFIG_NR_CPUS=2
Du8500_defconfig15 CONFIG_NR_CPUS=2
Dsunxi_defconfig7 CONFIG_NR_CPUS=8
Dvexpress_defconfig30 CONFIG_NR_CPUS=8
Dshmobile_defconfig33 CONFIG_NR_CPUS=8
Dexynos_defconfig19 CONFIG_NR_CPUS=8
Daxm55xx_defconfig46 CONFIG_NR_CPUS=16
Domap2plus_defconfig56 CONFIG_NR_CPUS=2
Dmulti_v7_defconfig108 CONFIG_NR_CPUS=16
/linux-4.1.27/arch/mips/configs/
Dbmips_be_defconfig4 CONFIG_NR_CPUS=4
Dbmips_stb_defconfig5 CONFIG_NR_CPUS=4
Dcavium_octeon_defconfig6 CONFIG_NR_CPUS=32
Dmaltasmvp_defconfig8 CONFIG_NR_CPUS=8
Dmaltasmvp_eva_defconfig9 CONFIG_NR_CPUS=8
Dpistachio_defconfig7 CONFIG_NR_CPUS=4
Dloongson3_defconfig9 CONFIG_NR_CPUS=4
Dmalta_kvm_defconfig6 CONFIG_NR_CPUS=8
Dmalta_defconfig6 CONFIG_NR_CPUS=8
/linux-4.1.27/arch/s390/configs/
Dzfcpdump_defconfig14 CONFIG_NR_CPUS=2
Dgcov_defconfig49 CONFIG_NR_CPUS=256
Dperformance_defconfig47 CONFIG_NR_CPUS=256
Ddefault_defconfig49 CONFIG_NR_CPUS=256
/linux-4.1.27/arch/powerpc/configs/
Dmaple_defconfig3 CONFIG_NR_CPUS=4
Dmpc86xx_defconfig2 CONFIG_NR_CPUS=2
Dcorenet64_smp_defconfig5 CONFIG_NR_CPUS=24
Dcorenet32_smp_defconfig3 CONFIG_NR_CPUS=8
Dpasemi_defconfig4 CONFIG_NR_CPUS=2
Dps3_defconfig5 CONFIG_NR_CPUS=2
Dcell_defconfig5 CONFIG_NR_CPUS=4
Dmpc85xx_smp_defconfig4 CONFIG_NR_CPUS=8
Dg5_defconfig4 CONFIG_NR_CPUS=4
Dpseries_le_defconfig3 CONFIG_NR_CPUS=2048
Dpseries_defconfig3 CONFIG_NR_CPUS=2048
/linux-4.1.27/kernel/irq/
DKconfig95 to define a high CONFIG_NR_CPUS value but still want to have
/linux-4.1.27/arch/powerpc/configs/86xx/
Dmpc8641_hpcn_defconfig2 CONFIG_NR_CPUS=2
Dgef_sbc310_defconfig2 CONFIG_NR_CPUS=2
Dgef_ppc9a_defconfig2 CONFIG_NR_CPUS=2
Dsbc8641d_defconfig2 CONFIG_NR_CPUS=2
Dgef_sbc610_defconfig2 CONFIG_NR_CPUS=2
/linux-4.1.27/arch/powerpc/configs/85xx/
Dxes_mpc85xx_defconfig3 CONFIG_NR_CPUS=2
Dge_imp3a_defconfig3 CONFIG_NR_CPUS=2
Dkmp204x_defconfig3 CONFIG_NR_CPUS=8
/linux-4.1.27/arch/tile/include/asm/
Dprocessor.h375 #if CONFIG_NR_CPUS > (MAX_CPU_ID + 1)
/linux-4.1.27/arch/s390/
Ddefconfig38 CONFIG_NR_CPUS=256
/linux-4.1.27/arch/parisc/configs/
Da500_defconfig23 CONFIG_NR_CPUS=8
/linux-4.1.27/arch/metag/kernel/
Dsmp.c638 for (i = 0; i < CONFIG_NR_CPUS; i++) { in get_core_count()
/linux-4.1.27/drivers/cpufreq/
Dexynos5440-cpufreq.c199 for (cpu = 0; cpu < CONFIG_NR_CPUS; cpu++) { in exynos_enable_dvfs()
/linux-4.1.27/arch/x86/configs/
Dx86_64_defconfig42 CONFIG_NR_CPUS=64
/linux-4.1.27/arch/tile/configs/
Dtilegx_defconfig48 CONFIG_NR_CPUS=100
/linux-4.1.27/arch/x86/kernel/apic/
Dvector.c691 show_lapic = CONFIG_NR_CPUS; in setup_show_lapic()
/linux-4.1.27/kernel/debug/kdb/
Dkdb_main.c2259 if ((cpunum >= CONFIG_NR_CPUS) || !kgdb_info[cpunum].enter_kgdb) in kdb_cpu()
/linux-4.1.27/Documentation/RCU/
Dtrace.txt352 CONFIG_NR_CPUS (possibly adjusted using the nr_cpu_ids count of
/linux-4.1.27/mm/
Dslub.c1753 #define TID_STEP roundup_pow_of_two(CONFIG_NR_CPUS)