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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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_idletask.c42 load_balance_idle(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
51 move_one_task_idle(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
H A Dsched_rt.c176 load_balance_rt(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
190 return balance_tasks(this_rq, this_cpu, busiest, max_load_move, sd,
195 move_one_task_rt(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
204 return iter_move_one_task(this_rq, this_cpu, busiest, sd, idle,
H A Dsched_fair.c684 * another cpu ('this_cpu')
686 static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu) argument
688 return cfs_rq->tg->cfs_rq[this_cpu];
734 static inline struct cfs_rq *cpu_cfs_rq(struct cfs_rq *cfs_rq, int this_cpu) argument
736 return &cpu_rq(this_cpu)->cfs;
967 load_balance_fair(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
985 this_cfs_rq = cpu_cfs_rq(busy_cfs_rq, this_cpu);
1005 rem_load_move -= balance_tasks(this_rq, this_cpu, busiest,
1018 move_one_task_fair(struct rq *this_rq, int this_cpu, struct rq *busiest, argument
1033 if (iter_move_one_task(this_rq, this_cpu, busies
1069 int this_cpu = smp_processor_id(); local
[all...]
H A Dsched.c857 balance_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest,
863 iter_move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest,
1298 find_idlest_group(struct sched_domain *sd, struct task_struct *p, int this_cpu) argument
1314 local_group = cpu_isset(this_cpu, group->cpumask);
1351 find_idlest_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) argument
1364 if (load < min_load || (load == min_load && i == this_cpu)) {
1509 int cpu, orig_cpu, this_cpu, success = 0; local
1529 this_cpu = smp_processor_id();
1538 if (cpu == this_cpu) {
1543 for_each_domain(this_cpu, s
2187 int new_cpu, this_cpu = get_cpu(); local
2198 pull_task(struct rq *src_rq, struct task_struct *p, struct rq *this_rq, int this_cpu) argument
2215 can_migrate_task(struct task_struct *p, struct rq *rq, int this_cpu, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned) argument
2261 balance_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned, int *this_best_prio, struct rq_iterator *iterator) argument
2329 move_tasks(struct rq *this_rq, int this_cpu, struct rq *busiest, unsigned long max_load_move, struct sched_domain *sd, enum cpu_idle_type idle, int *all_pinned) argument
2350 iter_move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle, struct rq_iterator *iterator) argument
2382 move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest, struct sched_domain *sd, enum cpu_idle_type idle) argument
2400 find_busiest_group(struct sched_domain *sd, int this_cpu, unsigned long *imbalance, enum cpu_idle_type idle, int *sd_idle, cpumask_t *cpus, int *balance) argument
2740 load_balance(int this_cpu, struct rq *this_rq, struct sched_domain *sd, enum cpu_idle_type idle, int *balance) argument
2894 load_balance_newidle(int this_cpu, struct rq *this_rq, struct sched_domain *sd) argument
2976 idle_balance(int this_cpu, struct rq *this_rq) argument
3216 int this_cpu = smp_processor_id(); local
5315 int this_cpu = smp_processor_id(); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h870 unsigned long (*load_balance) (struct rq *this_rq, int this_cpu,
875 int (*move_one_task) (struct rq *this_rq, int this_cpu,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure17247 i386|i486|i586|i686|k7) this_cpu=x86 ;;
17248 alpha) this_cpu=alpha ;;
17249 mips) this_cpu=mips ;;
17250 powerpc|ppc) this_cpu=ppc ;;
17425 if test x"$this_cpu" = "xalpha"; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 630 milliseconds