Searched refs:dest_cpu (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/parisc/kernel/ |
| H A D | smp.c | 219 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-6.15/include/trace/events/ |
| H A D | sched.h | 274 TP_PROTO(struct task_struct *p, int dest_cpu), 276 TP_ARGS(p, dest_cpu), 283 __field( int, dest_cpu ) 291 __entry->dest_cpu = dest_cpu; 296 __entry->orig_cpu, __entry->dest_cpu)
|
| /linux-6.15/drivers/parisc/ |
| H A D | iosapic.c | 665 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-6.15/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 351 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-6.15/kernel/sched/ |
| H A D | core.c | 2506 int dest_cpu; member 2535 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 2599 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 2971 .dest_cpu = dest_cpu, in affine_move_task() 2987 pending->arg.dest_cpu = dest_cpu; in affine_move_task() 3078 unsigned int dest_cpu; in __set_cpus_allowed_ptr_locked() local 3132 if (dest_cpu >= nr_cpu_ids) { in __set_cpus_allowed_ptr_locked() 3508 int dest_cpu; in select_fallback_rq() local 3521 return dest_cpu; in select_fallback_rq() 3571 return dest_cpu; in select_fallback_rq() [all …]
|
| H A D | fair.c | 5822 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 5827 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 6752 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 9362 static inline int task_is_ineligible_on_dst_cpu(struct task_struct *p, int dest_cpu) in task_is_ineligible_on_dst_cpu() argument 9367 dst_cfs_rq = task_group(p)->cfs_rq[dest_cpu]; in task_is_ineligible_on_dst_cpu() 9369 dst_cfs_rq = &cpu_rq(dest_cpu)->cfs; in task_is_ineligible_on_dst_cpu()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_osnoise.c | 1196 static void trace_sched_migrate_callback(void *data, struct task_struct *p, int dest_cpu) in trace_sched_migrate_callback() argument 1202 if (osn_var->pid == p->pid && dest_cpu != cpu) { in trace_sched_migrate_callback()
|
| /linux-6.15/Documentation/trace/ |
| H A D | histogram.rst | 2426 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
|