Searched refs:this_cpu (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dsmp_processor_id.c13 int this_cpu = raw_smp_processor_id(); local
26 this_mask = cpumask_of_cpu(this_cpu);
52 return this_cpu;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dhotplug.c106 unsigned int this_cpu = hard_smp_processor_id(); local
108 if (cpu != this_cpu) {
110 this_cpu, cpu);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dsoftlockup.c69 int this_cpu = smp_processor_id(); local
70 unsigned long touch_timestamp = per_cpu(touch_timestamp, this_cpu);
79 print_timestamp = per_cpu(print_timestamp, this_cpu);
84 !per_cpu(watchdog_task, this_cpu))
97 wake_up_process(per_cpu(watchdog_task, this_cpu));
101 per_cpu(print_timestamp, this_cpu) = touch_timestamp;
105 this_cpu);
H A Dsched.c1301 find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu) argument
1317 local_group = cpu_isset(this_cpu, group->cpumask);
1356 find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) argument
1369 if (load < min_load || (load == min_load && i == this_cpu)) {
1509 int cpu, this_cpu, success = 0; local
1528 this_cpu = smp_processor_id();
1537 if (cpu == this_cpu) {
1542 for_each_domain(this_cpu, sd) {
1550 if (unlikely(!cpu_isset(this_cpu, p->cpus_allowed)))
1563 this_load = target_load(this_cpu, id
1757 int this_cpu, cpu; local
2176 int new_cpu, this_cpu = get_cpu(); local
2187 pull_task(struct rq *src_rq, struct prio_array *src_array, struct task_struct *p, struct rq *this_rq, struct prio_array *this_array, int this_cpu) argument
2210 can_migrate_task(struct task_struct *p, struct rq *rq, int this_cpu, struct sched_domain *sd, enum idle_type idle, int *all_pinned) argument
2255 move_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_nr_move, unsigned long max_load_move, struct sched_domain *sd, enum idle_type idle, int *all_pinned) argument
2374 find_busiest_group(struct sched_domain *sd, int this_cpu, unsigned long *imbalance, enum idle_type idle, int *sd_idle, cpumask_t *cpus, int *balance) argument
2700 load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum idle_type idle, int *balance) argument
2855 load_balance_newidle(int this_cpu, struct rq *this_rq, struct sched_domain *sd) argument
2934 idle_balance(int this_cpu, struct rq *this_rq) argument
5351 int this_cpu = smp_processor_id(); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c143 int this_cpu = smp_processor_id(); local
144 struct cpuinfo_parisc *p = &cpu_data[this_cpu];
154 spinlock_t *lock = &per_cpu(ipi_lock, this_cpu);
172 smp_debug(100, KERN_DEBUG "CPU%d IPI_NOP\n", this_cpu);
176 smp_debug(100, KERN_DEBUG "CPU%d IPI_RESCHEDULE\n", this_cpu);
184 smp_debug(100, KERN_DEBUG "CPU%d IPI_CALL_FUNC\n", this_cpu);
215 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_START\n", this_cpu);
219 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_STOP\n", this_cpu);
224 smp_debug(100, KERN_DEBUG "CPU%d is alive!\n", this_cpu);
229 this_cpu, whic
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c79 static struct cpu_dev * this_cpu __cpuinitdata = &default_cpu;
138 if (this_cpu->c_size_cache)
139 l2size = this_cpu->c_size_cache(c,l2size);
166 if (!this_cpu)
169 info = this_cpu->c_models;
193 this_cpu = cpu_devs[i];
204 this_cpu = &default_cpu;
424 if (this_cpu->c_identify) {
425 this_cpu->c_identify(c);
443 if (this_cpu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c536 int cnt, retries, this_cpu, prev_sent, i; local
553 this_cpu = smp_processor_id();
554 tb = &trap_block[this_cpu];
651 this_cpu);
652 printk(KERN_CRIT "CPU[%d]: Error mask [ ", this_cpu);
662 this_cpu, retries);
668 this_cpu, status);
671 this_cpu, cnt, tb->cpu_list_pa, tb->cpu_mondo_block_pa);
674 printk(KERN_CRIT "CPU[%d]: CPU list [ ", this_cpu);
686 int this_cpu local
854 int this_cpu; local
902 int this_cpu; local
[all...]
H A Dchmc.c246 int this_cpu = get_cpu(); local
248 if (mp->portid == this_cpu) {
H A Dirq.c842 static void __cpuinit sun4v_register_mondo_queues(int this_cpu) argument
844 struct trap_per_cpu *tb = &trap_block[this_cpu];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsmp.c612 int this_cpu = smp_processor_id();
613 unsigned long *pending_ipis = &ipi_data[this_cpu].bits;
665 this_cpu, which);
673 cpu_data[this_cpu].ipi_count++;
850 int cpu, this_cpu = smp_processor_id();
852 if (!cpu_online(cpu) || cpu == this_cpu)
899 int cpu, this_cpu = smp_processor_id();
901 if (!cpu_online(cpu) || cpu == this_cpu)
955 int cpu, this_cpu = smp_processor_id();
957 if (!cpu_online(cpu) || cpu == this_cpu)
609 int this_cpu = smp_processor_id(); local
847 int cpu, this_cpu = smp_processor_id(); local
896 int cpu, this_cpu = smp_processor_id(); local
952 int cpu, this_cpu = smp_processor_id(); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c127 int this_cpu = get_cpu(); local
178 printk(KERN_CRIT "Unknown IPI on CPU %d: %lu\n", this_cpu, which);
H A Dprocess.c213 unsigned int this_cpu = smp_processor_id(); local
221 ia64_jump_to_sal(&sal_boot_rendez_state[this_cpu]);
237 unsigned int cpu, this_cpu = get_cpu(); local
241 set_cpus_allowed(current, cpumask_of_cpu(this_cpu));
H A Dperfmon.c5257 int this_cpu = smp_processor_id(); local
5292 pfm_stats[this_cpu].pfm_smpl_handler_calls++;
5315 pfm_stats[this_cpu].pfm_smpl_handler_cycles += end_cycles - start_cycles;
5457 int this_cpu = smp_processor_id(); local
5460 pfm_stats[this_cpu].pfm_ovfl_intr_count++;
5492 pfm_stats[this_cpu].pfm_spurious_ovfl_intr_count++;
5504 this_cpu, task->pid);
5509 this_cpu,
5520 int this_cpu; local
5524 this_cpu
6681 int i, this_cpu; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/mm/
H A Dinit.c204 static __inline__ void set_dcache_dirty(struct page *page, int this_cpu) argument
206 unsigned long mask = this_cpu;
281 int this_cpu = get_cpu(); local
286 if (cpu == this_cpu)
328 int this_cpu; local
340 this_cpu = get_cpu();
348 if (dirty_cpu == this_cpu)
352 set_dcache_dirty(page, this_cpu);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c140 unsigned int cpu, this_cpu = get_cpu(); local
143 set_cpus_allowed(current, cpumask_of_cpu(this_cpu));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dprocess.c211 unsigned int cpu, this_cpu = get_cpu(); local
214 set_cpus_allowed(current, cpumask_of_cpu(this_cpu));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/
H A Dconfigure29818 i386|i486|i586|i686|k7) this_cpu=x86 ;;
29819 alpha) this_cpu=alpha ;;
29820 mips) this_cpu=mips ;;
29821 powerpc|ppc) this_cpu=ppc ;;
30600 if test x"$this_cpu" = "xalpha"; then
[all...]

Completed in 234 milliseconds