Home
last modified time | relevance | path

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

1234

/Linux-v5.10/include/linux/
Dthreads.h15 #ifndef CONFIG_NR_CPUS
17 #define CONFIG_NR_CPUS 1 macro
21 #define NR_CPUS CONFIG_NR_CPUS
/Linux-v5.10/arch/x86/entry/vdso/vdso32/
Dvclock_gettime.c16 #undef CONFIG_NR_CPUS
23 #define CONFIG_NR_CPUS 1 macro
/Linux-v5.10/arch/powerpc/configs/
D85xx-smp.config1 CONFIG_NR_CPUS=24
D86xx-smp.config1 CONFIG_NR_CPUS=2
/Linux-v5.10/tools/testing/selftests/rcutorture/configs/lock/
DLOCK062 CONFIG_NR_CPUS=4
DLOCK072 CONFIG_NR_CPUS=4
DLOCK032 CONFIG_NR_CPUS=4
DLOCK042 CONFIG_NR_CPUS=4
DLOCK052 CONFIG_NR_CPUS=4
DBUSTED2 CONFIG_NR_CPUS=4
DLOCK012 CONFIG_NR_CPUS=8
DLOCK022 CONFIG_NR_CPUS=4
/Linux-v5.10/tools/testing/selftests/rcutorture/configs/rcu/
DBUSTED3 CONFIG_NR_CPUS=4
DSRCU-N3 CONFIG_NR_CPUS=4
DTASKS032 CONFIG_NR_CPUS=2
DRUDE012 CONFIG_NR_CPUS=2
DTASKS012 CONFIG_NR_CPUS=2
DSRCU-P3 CONFIG_NR_CPUS=8
DTRIVIAL2 CONFIG_NR_CPUS=8
DTRACE022 CONFIG_NR_CPUS=4
DTRACE012 CONFIG_NR_CPUS=4
DTREE092 CONFIG_NR_CPUS=1
DTREE042 CONFIG_NR_CPUS=8
/Linux-v5.10/kernel/
Dbounds.c22 DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); in main()
/Linux-v5.10/arch/x86/kernel/
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)

1234