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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c130 cpu_data[this_cpu].state = STATE_STOPPED;
146 int this_cpu = smp_processor_id(); local
147 struct cpuinfo_parisc *p = &cpu_data[this_cpu];
173 printk(KERN_DEBUG "CPU%d IPI_RESCHEDULE\n",this_cpu);
184 printk(KERN_DEBUG "CPU%d IPI_CALL_FUNC\n",this_cpu);
218 printk(KERN_DEBUG "CPU%d IPI_CPU_START\n",this_cpu);
228 printk(KERN_DEBUG "CPU%d IPI_CPU_STOP\n",this_cpu);
239 printk(KERN_DEBUG "CPU%d is alive!\n",this_cpu);
246 this_cpu, which);
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dsched.c149 static inline int goodness(struct task_struct * p, int this_cpu, struct mm_struct *this_mm) argument
180 if (p->processor == this_cpu)
220 int this_cpu = smp_processor_id(); local
242 if ((best_cpu != this_cpu) && !need_resched)
307 if (tsk->processor != this_cpu)
314 int this_cpu = smp_processor_id();
317 tsk = cpu_curr(this_cpu);
318 if (preemption_goodness(tsk, p, this_cpu) > 0)
560 int this_cpu, c; local
568 this_cpu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c783 int this_cpu = smp_processor_id();
784 unsigned long *pending_ipis = &ipi_data[this_cpu].bits;
831 this_cpu, which);
838 cpu_data[this_cpu].ipi_count++;
986 int i, cpu, this_cpu = smp_processor_id();
989 if (cpu == this_cpu)
1030 int i, cpu, this_cpu = smp_processor_id();
1033 if (cpu == this_cpu)
1080 int i, cpu, this_cpu = smp_processor_id();
1083 if (cpu == this_cpu)
780 int this_cpu = smp_processor_id(); local
983 int i, cpu, this_cpu = smp_processor_id(); local
1027 int i, cpu, this_cpu = smp_processor_id(); local
1077 int i, cpu, this_cpu = smp_processor_id(); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c92 int this_cpu = smp_processor_id(); local
140 printk(KERN_CRIT "Unknown IPI on CPU %d: %lu\n", this_cpu, which);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1233 int this_cpu = smp_processor_id(); local
1243 queue = &softnet_data[this_cpu];
1247 netdev_rx_stat[this_cpu].total++;
1271 get_sample_stats(this_cpu);
1290 netdev_rx_stat[this_cpu].throttled++;
1297 netdev_rx_stat[this_cpu].dropped++;
1513 int this_cpu = smp_processor_id(); local
1514 struct softnet_data *queue = &softnet_data[this_cpu];
1573 int this_cpu = smp_processor_id(); local
1574 struct softnet_data *queue = &softnet_data[this_cpu];
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Driointr.c116 ** this_cpu (cur_cpu()) tells us the number of the current processor
305 if ( this_cpu < RIO_CPU_LIMIT )

Completed in 105 milliseconds