Searched refs:pcpu (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsmp.c61 int smp_query_cpu_stopped(unsigned int pcpu) argument
72 status = rtas_call(qcss_tok, 1, 2, &cpu_status, pcpu);
98 unsigned int pcpu; local
105 pcpu = get_hard_smp_processor_id(lcpu);
108 if (smp_query_cpu_stopped(pcpu) == QCSS_NOT_STOPPED){
127 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu);
H A Dhotplug-cpu.c191 unsigned int pcpu = get_hard_smp_processor_id(cpu); local
205 cpu_status = smp_query_cpu_stopped(pcpu);
215 cpu, pcpu, cpu_status);
H A Dplpar_wrappers.h8 int smp_query_cpu_stopped(unsigned int pcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Derr_common.c243 cdl_process_console_data_log(int cpu, struct percpu_struct *pcpu)
246 (IDENT_ADDR | pcpu->console_data_log_pa);
257 pcpu->console_data_log_pa = 0;
267 struct percpu_struct *pcpu;
271 pcpu = (struct percpu_struct *)
274 if (pcpu->console_data_log_pa)
275 cdl_process_console_data_log(cpu, pcpu);
241 cdl_process_console_data_log(int cpu, struct percpu_struct *pcpu) argument
265 struct percpu_struct *pcpu; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dsmp.c77 unsigned int pcpu; local
84 pcpu = get_hard_smp_processor_id(lcpu);
97 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dpadata.c39 target_cpu = cpumask_first(pd->cpumask.pcpu);
41 target_cpu = cpumask_next(target_cpu, pd->cpumask.pcpu);
57 cpu_index = padata->seq_nr % cpumask_weight(pd->cpumask.pcpu);
181 num_cpus = cpumask_weight(pd->cpumask.pcpu);
367 if (!alloc_cpumask_var(&pd->cpumask.pcpu, GFP_KERNEL))
370 cpumask_and(pd->cpumask.pcpu, pcpumask, cpu_active_mask);
407 for_each_cpu(cpu, pd->cpumask.pcpu) {
419 num_cpus = cpumask_weight(pd->cpumask.pcpu);
467 free_cpumask_var(pd->cpumask.pcpu);
481 for_each_cpu(cpu, pd->cpumask.pcpu) {
[all...]
H A Dmodule.c120 unsigned int sym, str, mod, vers, info, pcpu; member in struct:load_info::__anon18775
1681 if (sym[i].st_shndx == info->index.pcpu)
2236 info->index.pcpu = find_pcpusec(info);
2474 pcpusec = &info->sechdrs[info->index.pcpu];
2530 percpu_modcopy(mod, (void *)info->sechdrs[info->index.pcpu].sh_addr,
2531 info->sechdrs[info->index.pcpu].sh_size);
H A Dworkqueue.c232 struct cpu_workqueue_struct __percpu *pcpu; member in union:workqueue_struct::__anon18814
488 return per_cpu_ptr(wq->cpu_wq.pcpu, cpu);
2722 wq->cpu_wq.pcpu = __alloc_percpu(size, align);
2752 free_percpu(wq->cpu_wq.pcpu);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dtop.c38 unsigned pcpu; /* delta of ticks */ member in struct:top_status_t
122 return (int)Q->pcpu - (int)P->pcpu;
190 cur->pcpu = 0;
196 cur->pcpu = cur->ticks - prev_hist[i].ticks;
197 total_pcpu += cur->pcpu;
416 * CPU% = s->pcpu/sum(s->pcpu) * busy_cpu_ticks/total_cpu_ticks
417 * (pcpu is delta of sys+user time between samples)
426 /* we want (s->pcpu * pcpu_scal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpadata.h104 * @pcpu: cpumask for the parallel workers.
108 cpumask_var_t pcpu; member in struct:padata_cpumask
150 * callbacks that will be called when either @pcpu or @cbcpu
H A Dacpi.h104 int acpi_map_lsapic(acpi_handle handle, int *pcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c570 static int __cpuinit _acpi_map_lsapic(acpi_handle handle, int *pcpu) argument
632 *pcpu = cpu;
644 int __ref acpi_map_lsapic(acpi_handle handle, int *pcpu) argument
646 return _acpi_map_lsapic(handle, pcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dacpi.c875 int acpi_map_lsapic(acpi_handle handle, int *pcpu) argument
922 *pcpu = cpu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpercpu.c217 static void pcpu_set_page_chunk(struct page *page, struct pcpu_chunk *pcpu) argument
219 page->index = (unsigned long)pcpu;

Completed in 186 milliseconds