Searched refs:NR_CPUS (Results 101 - 125 of 274) sorted by relevance

1234567891011

/linux-master/kernel/trace/
H A Dtrace_kdb.c114 if (*cp || cpu_file >= NR_CPUS || cpu_file < 0 ||
/linux-master/arch/sh/boards/
H A Dof-generic.c67 if (id < NR_CPUS) {
/linux-master/arch/sparc/include/asm/
H A Dptrace.h61 extern union global_cpu_snapshot global_cpu_snapshot[NR_CPUS];
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c60 for (i = 1, num = 0; i < NR_CPUS; i++) {
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.h83 DECLARE_BITMAP(cpu_queues_bm, NR_CPUS);
/linux-master/arch/x86/kernel/
H A Dnmi_selftest.c29 static DECLARE_BITMAP(nmi_ipi_mask, NR_CPUS) __initdata;
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h22 #define DPAA_TC_TXQ_NUM NR_CPUS
/linux-master/drivers/edac/
H A Docteon_edac-pc.c26 extern unsigned long long cache_err_dcache[NR_CPUS];
/linux-master/arch/mips/kernel/
H A Dcpu-r3k-probe.c64 const char *__cpu_name[NR_CPUS];
H A Dsmp.c44 int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */
52 cpumask_t cpu_sibling_map[NR_CPUS] __read_mostly;
56 cpumask_t cpu_core_map[NR_CPUS] __read_mostly;
66 cpumask_t cpu_foreign_map[NR_CPUS] __read_mostly;
H A Dsmp-cps.c39 static DECLARE_BITMAP(core_power, NR_CPUS);
167 for (v = 0; v < min_t(int, core_vpes, NR_CPUS - nvpes); v++) {
181 for (v = 0; v < min_t(unsigned, nvpes, NR_CPUS); v++) {
417 for (remote = 0; remote < NR_CPUS; remote++) {
423 if (remote >= NR_CPUS) {
/linux-master/include/net/
H A Dbusy_poll.h22 * 1..NR_CPUS - Reserved for sender_cpu
23 * NR_CPUS+1..~0 - Region available for NAPI IDs
25 #define MIN_NAPI_ID ((unsigned int)(NR_CPUS + 1))
/linux-master/arch/powerpc/kernel/
H A Didle_6xx.S185 .space 4*NR_CPUS
188 .space 4*NR_CPUS
H A Dtau_6xx.c41 } tau[NR_CPUS];
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c74 static unsigned long *stale_map[NR_CPUS];
386 init_mm.context.active = NR_CPUS;
/linux-master/drivers/base/test/
H A Dtest_async_driver_probe.c76 static struct platform_device *async_dev[NR_CPUS * 2];
291 id = NR_CPUS * 2;
/linux-master/arch/mips/loongson64/
H A Denv.c144 if (ecpu->nr_cpus > NR_CPUS || ecpu->nr_cpus == 0)
145 loongson_sysconf.nr_cpus = NR_CPUS;
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c62 cpumask_t cpu_core_map[NR_CPUS] __read_mostly =
63 { [0 ... NR_CPUS-1] = CPU_MASK_NONE };
65 cpumask_t cpu_core_sib_map[NR_CPUS] __read_mostly = {
66 [0 ... NR_CPUS-1] = CPU_MASK_NONE };
68 cpumask_t cpu_core_sib_cache_map[NR_CPUS] __read_mostly = {
69 [0 ... NR_CPUS - 1] = CPU_MASK_NONE };
1229 for (; i < NR_CPUS; i++)
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S345 #define NR_CPUS CONFIG_NR_CPUS define
347 #define NR_CPUS 1 define
354 .rept NR_CPUS
368 .rept NR_CPUS
/linux-master/arch/mips/sgi-ip27/
H A Dip27-smp.c44 (cpus_found != NR_CPUS)) {
/linux-master/arch/sh/kernel/cpu/
H A Dproc.c135 return *pos < NR_CPUS ? cpu_data + *pos : NULL;
/linux-master/drivers/cpufreq/
H A Dp4-clockmod.c47 static int has_N44_O17_errata[NR_CPUS];
H A Dsparc-us3-cpufreq.c175 us3_freq_table = kzalloc(NR_CPUS * sizeof(*us3_freq_table),
/linux-master/drivers/soc/fsl/qbman/
H A Dbman_portal.c33 static struct bman_portal *affine_bportals[NR_CPUS];
/linux-master/arch/m68k/kernel/
H A Dsetup_no.c202 return *pos < NR_CPUS ? ((void *) 0x12345678) : NULL;

Completed in 428 milliseconds

1234567891011