Home
last modified time | relevance | path

Searched refs:dest_cpu (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/arch/ia64/kernel/
Dsmp.c144 send_IPI_single (int dest_cpu, int op) in send_IPI_single() argument
146 set_bit(op, &per_cpu(ipi_operation, dest_cpu)); in send_IPI_single()
147 ia64_send_ipi(dest_cpu, IA64_IPI_VECTOR, IA64_IPI_DM_INT, 0); in send_IPI_single()
/Linux-v6.1/arch/parisc/kernel/
Dsmp.c219 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single() argument
221 BUG_ON(dest_cpu == NO_PROC_ID); in send_IPI_single()
223 ipi_send(dest_cpu, op); in send_IPI_single()
/Linux-v6.1/include/trace/events/
Dsched.h276 TP_PROTO(struct task_struct *p, int dest_cpu),
278 TP_ARGS(p, dest_cpu),
285 __field( int, dest_cpu )
293 __entry->dest_cpu = dest_cpu;
298 __entry->orig_cpu, __entry->dest_cpu)
/Linux-v6.1/drivers/parisc/
Diosapic.c665 int dest_cpu; in iosapic_set_affinity_irq() local
667 dest_cpu = cpu_check_affinity(d, dest); in iosapic_set_affinity_irq()
668 if (dest_cpu < 0) in iosapic_set_affinity_irq()
671 irq_data_update_affinity(d, cpumask_of(dest_cpu)); in iosapic_set_affinity_irq()
672 vi->txn_addr = txn_affinity_addr(d->irq, dest_cpu); in iosapic_set_affinity_irq()
/Linux-v6.1/tools/perf/scripts/python/
Dsched-migration.py351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument
353 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu)
415 dest_cpu): argument
418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
/Linux-v6.1/kernel/sched/
Dcore.c2334 int dest_cpu; member
2360 struct task_struct *p, int dest_cpu) in __migrate_task() argument
2363 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task()
2367 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task()
2425 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop()
2427 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop()
2692 int dest_cpu, unsigned int flags) in affine_move_task() argument
2738 .dest_cpu = dest_cpu, in affine_move_task()
2754 pending->arg.dest_cpu = dest_cpu; in affine_move_task()
2801 rq = move_queued_task(rq, rf, p, dest_cpu); in affine_move_task()
[all …]
Dfair.c5107 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
5112 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair()
5789 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
/Linux-v6.1/Documentation/trace/
Dhistogram.rst2264 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1