Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/include/linux/
A Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/linux-6.3-rc2/arch/x86/entry/vdso/vdso32/
A Dfake_32bit_build.h14 #undef CONFIG_NR_CPUS
21 #define CONFIG_NR_CPUS 1 macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dqspinlock_types.h49 #if CONFIG_NR_CPUS > (1U << _Q_OWNER_CPU_BITS)
68 #if CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)
/linux-6.3-rc2/arch/powerpc/configs/
A D85xx-smp.config1 CONFIG_NR_CPUS=24
A D86xx-smp.config1 CONFIG_NR_CPUS=2
/linux-6.3-rc2/tools/testing/selftests/rcutorture/configs/lock/
A DBUSTED2 CONFIG_NR_CPUS=4
A DLOCK012 CONFIG_NR_CPUS=8
A DLOCK022 CONFIG_NR_CPUS=4
A DLOCK032 CONFIG_NR_CPUS=4
A DLOCK062 CONFIG_NR_CPUS=4
A DLOCK072 CONFIG_NR_CPUS=4
A DLOCK042 CONFIG_NR_CPUS=4
A DLOCK052 CONFIG_NR_CPUS=4
/linux-6.3-rc2/tools/testing/selftests/rcutorture/configs/rcu/
A DBUSTED3 CONFIG_NR_CPUS=4
A DSRCU-N3 CONFIG_NR_CPUS=4
A DSRCU-P3 CONFIG_NR_CPUS=8
A DTRIVIAL2 CONFIG_NR_CPUS=8
A DTASKS012 CONFIG_NR_CPUS=4
A DTASKS032 CONFIG_NR_CPUS=4
A DRUDE012 CONFIG_NR_CPUS=3
A DTRACE022 CONFIG_NR_CPUS=4
A DTRACE012 CONFIG_NR_CPUS=5
/linux-6.3-rc2/arch/x86/kernel/
A Despfix_64.c48 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS
62 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
/linux-6.3-rc2/arch/arm/mach-shmobile/
A Dplatsmp-apmu.c219 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
236 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
/linux-6.3-rc2/kernel/
A Dbounds.c22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in main()

Completed in 39 milliseconds

12345