Home
last modified time | relevance | path

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

1234

/Linux-v4.19/include/linux/
Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/Linux-v4.19/arch/x86/entry/vdso/vdso32/
Dvclock_gettime.c19 #undef CONFIG_NR_CPUS
25 #define CONFIG_NR_CPUS 1 macro
/Linux-v4.19/arch/powerpc/configs/
D85xx-smp.config1 CONFIG_NR_CPUS=24
D86xx-smp.config1 CONFIG_NR_CPUS=2
/Linux-v4.19/tools/testing/selftests/rcutorture/configs/lock/
DBUSTED2 CONFIG_NR_CPUS=4
DLOCK012 CONFIG_NR_CPUS=8
DLOCK022 CONFIG_NR_CPUS=4
DLOCK032 CONFIG_NR_CPUS=4
DLOCK042 CONFIG_NR_CPUS=4
DLOCK052 CONFIG_NR_CPUS=4
DLOCK062 CONFIG_NR_CPUS=4
DLOCK072 CONFIG_NR_CPUS=4
/Linux-v4.19/tools/testing/selftests/rcutorture/configs/rcu/
DBUSTED3 CONFIG_NR_CPUS=4
DSRCU-N3 CONFIG_NR_CPUS=4
DTASKS012 CONFIG_NR_CPUS=2
DSRCU-P3 CONFIG_NR_CPUS=8
DTASKS032 CONFIG_NR_CPUS=2
DTREE072 CONFIG_NR_CPUS=16
DTREE032 CONFIG_NR_CPUS=16
DTREE092 CONFIG_NR_CPUS=1
DTREE042 CONFIG_NR_CPUS=8
/Linux-v4.19/kernel/
Dbounds.c22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in foo()
/Linux-v4.19/arch/x86/include/asm/
Dspinlock_types.h15 #if (CONFIG_NR_CPUS < (256 / __TICKET_LOCK_INC))
/Linux-v4.19/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-v4.19/arch/arm/mach-shmobile/
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()

1234