Searched refs:dest_cpu (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c192 send_IPI_single (int dest_cpu, int op) argument
194 set_bit(op, &per_cpu(ipi_operation, dest_cpu));
195 platform_send_ipi(dest_cpu, IA64_IPI_VECTOR, IA64_IPI_DM_INT, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsmp.c256 send_IPI_single(int dest_cpu, enum ipi_message_type op) argument
258 if (dest_cpu == NO_PROC_ID) {
263 ipi_send(dest_cpu, op);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c1111 int dest_cpu; member in struct:migration_req
1121 migrate_task(struct task_struct *p, int dest_cpu, struct migration_req *req) argument
1130 set_task_cpu(p, dest_cpu);
1136 req->dest_cpu = dest_cpu;
2148 * If dest_cpu is allowed for this process, migrate the task to it.
2150 * allow dest_cpu, which will force the cpu onto dest_cpu. Then
2153 static void sched_migrate_task(struct task_struct *p, int dest_cpu) argument
2160 if (!cpu_isset(dest_cpu,
5111 __migrate_task(struct task_struct *p, int src_cpu, int dest_cpu) argument
5210 __migrate_task_irq(struct task_struct *p, int src_cpu, int dest_cpu) argument
5229 int dest_cpu; local
[all...]

Completed in 64 milliseconds