Searched refs:CONFIG_NR_CPUS (Results 1 – 25 of 109) sorted by relevance
12345
15 #ifndef CONFIG_NR_CPUS17 #define CONFIG_NR_CPUS 1 macro21 #define NR_CPUS CONFIG_NR_CPUS
14 #undef CONFIG_NR_CPUS21 #define CONFIG_NR_CPUS 1 macro
49 #if CONFIG_NR_CPUS > (1U << _Q_OWNER_CPU_BITS)68 #if CONFIG_NR_CPUS >= (1U << _Q_TAIL_CPU_BITS)
48 #if CONFIG_NR_CPUS > ESPFIX_MAX_CPUS62 #define ESPFIX_MAX_PAGES DIV_ROUND_UP(CONFIG_NR_CPUS, ESPFIX_STACKS_PER_PAGE)
219 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()233 for (bit = 0; bit < CONFIG_NR_CPUS; bit++) { in apmu_parse_dt()
1 CONFIG_NR_CPUS=24
1 CONFIG_NR_CPUS=2
2 CONFIG_NR_CPUS=4
2 CONFIG_NR_CPUS=8
3 CONFIG_NR_CPUS=4
3 CONFIG_NR_CPUS=8
2 CONFIG_NR_CPUS=3
22 DEFINE(NR_CPUS_BITS, order_base_2(CONFIG_NR_CPUS)); in main()