Searched refs:dest_cpu (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/ia64/kernel/ |
| A D | smp.c | 144 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/arch/parisc/kernel/ |
| A D | smp.c | 220 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single() argument 222 BUG_ON(dest_cpu == NO_PROC_ID); in send_IPI_single() 224 ipi_send(dest_cpu, op); in send_IPI_single()
|
| /linux/include/trace/events/ |
| A D | sched.h | 273 TP_PROTO(struct task_struct *p, int dest_cpu), 275 TP_ARGS(p, dest_cpu), 282 __field( int, dest_cpu ) 290 __entry->dest_cpu = dest_cpu; 295 __entry->orig_cpu, __entry->dest_cpu)
|
| /linux/drivers/parisc/ |
| A D | iosapic.c | 674 int dest_cpu; in iosapic_set_affinity_irq() local 676 dest_cpu = cpu_check_affinity(d, dest); in iosapic_set_affinity_irq() 677 if (dest_cpu < 0) in iosapic_set_affinity_irq() 680 cpumask_copy(irq_data_get_affinity_mask(d), cpumask_of(dest_cpu)); in iosapic_set_affinity_irq() 681 vi->txn_addr = txn_affinity_addr(d->irq, dest_cpu); in iosapic_set_affinity_irq()
|
| /linux/tools/perf/scripts/python/ |
| 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/kernel/sched/ |
| A D | core.c | 2270 int dest_cpu; member 2299 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 2363 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 2674 .dest_cpu = dest_cpu, in affine_move_task() 2690 pending->arg.dest_cpu = dest_cpu; in affine_move_task() 2782 unsigned int dest_cpu; in __set_cpus_allowed_ptr_locked() local 2833 if (dest_cpu >= nr_cpu_ids) { in __set_cpus_allowed_ptr_locked() 3344 int dest_cpu; in select_fallback_rq() local 3357 return dest_cpu; in select_fallback_rq() 3407 return dest_cpu; in select_fallback_rq() [all …]
|
| A D | deadline.c | 2961 unsigned int dest_cpu; in dl_task_can_attach() local 2966 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach() 2969 dl_b = dl_bw_of(dest_cpu); in dl_task_can_attach() 2971 cap = dl_bw_capacity(dest_cpu); in dl_task_can_attach() 2982 int cpus = dl_bw_cpus(dest_cpu); in dl_task_can_attach()
|
| A D | fair.c | 4744 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 4749 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 5438 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|
| /linux/Documentation/trace/ |
| A D | histogram.rst | 2264 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
|
Completed in 58 milliseconds