Searched refs:cpu_nr (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dmpstat.c70 int cpu_nr = 0; variable
251 for (cpu = 1; cpu <= cpu_nr; cpu++) {
346 if (cpu_nr > 1) {
401 for (cpu = 1; cpu <= cpu_nr; cpu++) {
495 for (cpu = 1; cpu <= cpu_nr; cpu++) {
549 for (cpu = 1; cpu <= cpu_nr; cpu++) {
629 int cpu_index[cpu_nr], index = 0, dgt, len;
632 for (cpu = 0; cpu < cpu_nr; cpu++) {
639 SREALLOC(line, char, INTERRUPTS_LINE + 11 * cpu_nr);
644 while (fgets(line, INTERRUPTS_LINE + 11 * cpu_nr, f
[all...]
H A Drd_stats.c1704 * @cpu_nr CPU number for which time_in_state date will be read.
1711 void read_time_in_state(struct stats_pwr_wghfreq *st_pwr_wghfreq, int cpu_nr, int nbr) argument
1722 SYSFS_DEVCPU, cpu_nr, SYSFS_TIME_IN_STATE);
2155 int cpu_nr; local
2157 if ((cpu_nr = get_sys_cpu_nr()) == 0) {
2159 cpu_nr = get_proc_cpu_nr();
2162 if (cpu_nr > max_nr_cpus) {
2167 return cpu_nr;
2179 * @cpu_nr Number of processors.
2185 int get_irqcpu_nr(char *file, int max_nr_irqcpu, int cpu_nr) argument
[all...]
H A Dcommon.c323 * @cpu_nr Number of CPU.
330 char *nodename, char *machine, int cpu_nr)
348 cur_date, machine, cpu_nr);
329 print_gal_header(struct tm *rectime, char *sysname, char *release, char *nodename, char *machine, int cpu_nr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsmp.c39 static void __devinit smp_chrp_setup_cpu(int cpu_nr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsmp.h19 #define raw_smp_processor_id() (S390_lowcore.cpu_nr)
H A Dlowcore.h130 __u32 cpu_nr; /* 0x02b8 */ member in struct:_lowcore
260 __u32 cpu_nr; /* 0x0328 */ member in struct:_lowcore
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c99 smp_86xx_setup_cpu(int cpu_nr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dprocessor.c45 S390_lowcore.cpu_nr, S390_lowcore.cpu_addr, id->ident);
H A Dsmp.c592 cpu_lowcore->cpu_nr = cpu;
743 S390_lowcore.cpu_nr = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsmp.c405 static void __init smp_psurge_setup_cpu(int cpu_nr) argument
407 if (cpu_nr != 0)
829 static void __devinit smp_core99_setup_cpu(int cpu_nr) argument
832 if (cpu_nr != 0)
833 core99_init_caches(cpu_nr);
838 if (cpu_nr == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dsmp.c101 smp_85xx_setup_cpu(int cpu_nr) argument

Completed in 98 milliseconds