Searched refs:NR_CPUS (Results 226 - 250 of 274) sorted by relevance

1234567891011

/linux-master/kernel/
H A Dwatchdog.c896 .maxlen = NR_CPUS,
H A Dcpu.c3083 * represents all NR_CPUS bits binary values of 1<<nr.
3095 const unsigned long cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)] = {
3106 const DECLARE_BITMAP(cpu_all_bits, NR_CPUS) = CPU_BITS_ALL;
H A Drelay.c732 if (!chan || cpu >= NR_CPUS)
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c53 static struct dpaa2_io *dpio_by_cpu[NR_CPUS];
/linux-master/drivers/base/
H A Dcpu.c234 * Print values for NR_CPUS and offlined cpus
239 return sysfs_emit(buf, "%d\n", NR_CPUS - 1);
/linux-master/kernel/bpf/
H A Dcpumap.c96 /* Pre-limit array size based on NR_CPUS, not final CPU check */
97 if (attr->max_entries > NR_CPUS)
/linux-master/arch/arc/kernel/
H A Dsetup.c45 struct task_struct *_current_task[NR_CPUS]; /* For stack switching */
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1108 .max_cpus = cpu_to_be32(NR_CPUS), /* number of cores supported */
1416 * divide NR_CPUS.
1419 cores = DIV_ROUND_UP(NR_CPUS, prom_count_smt_threads());
1420 prom_printf("Max number of cores passed to firmware: %u (NR_CPUS = %d)\n",
1421 cores, NR_CPUS);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1059 // Too early to use nr_cpu_ids, so use NR_CPUS
1060 tmp = memblock_phys_alloc_range(sizeof(struct stress_hpt_struct) * NR_CPUS,
1063 memset((void *)tmp, 0xff, sizeof(struct stress_hpt_struct) * NR_CPUS);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h351 u32 vzguestid[NR_CPUS];
/linux-master/arch/s390/kernel/
H A Dsmp.c88 static struct pcpu pcpu_devices[NR_CPUS];
H A Dsetup.c175 struct lowcore *lowcore_ptr[NR_CPUS];
/linux-master/arch/powerpc/mm/
H A Dnuma.c44 int numa_cpu_lookup_table[NR_CPUS];
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h557 extern u64 kvm_nvhe_sym(hyp_cpu_logical_map)[NR_CPUS];
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c297 void __iomem *regs[NR_CPUS];
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c49 static struct cti_drvdata *cti_cpu_drvdata[NR_CPUS];
H A Dcoresight-etm3x-core.c44 static struct etm_drvdata *etmdrvdata[NR_CPUS];
/linux-master/drivers/firmware/efi/
H A Defi.c75 .cpu_bitmap = { [BITS_TO_LONGS(NR_CPUS)] = 0},
/linux-master/arch/mips/kvm/
H A Dvz.c39 static struct kvm_vcpu *last_vcpu[NR_CPUS];
41 static struct kvm_vcpu *last_exec_vcpu[NR_CPUS];
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c1002 static u16 affine_channels[NR_CPUS];
1004 struct qman_portal *affine_portals[NR_CPUS];
/linux-master/net/bridge/netfilter/
H A Debtables.c1127 NR_CPUS - SMP_CACHE_BYTES) / sizeof(struct ebt_counter))
2235 NR_CPUS - SMP_CACHE_BYTES) / sizeof(struct ebt_counter))
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c2203 for (start_cpu = -1, i = 0; i < NR_CPUS; i++) {
/linux-master/drivers/md/
H A Ddm-stats.c58 struct dm_stat_percpu *stat_percpu[NR_CPUS];
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c166 * provision for dealing with NR_CPUS. This is currently 2048 by default, and
170 #define NR_CPUS_H NR_CPUS
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c1831 t->thread.fpsimd_cpu = NR_CPUS;

Completed in 428 milliseconds

1234567891011