/Linux-v4.19/arch/ia64/kernel/ |
D | smp.c | 145 send_IPI_single (int dest_cpu, int op) in send_IPI_single() argument 147 set_bit(op, &per_cpu(ipi_operation, dest_cpu)); in send_IPI_single() 148 platform_send_ipi(dest_cpu, IA64_IPI_VECTOR, IA64_IPI_DM_INT, 0); in send_IPI_single()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | smp.c | 211 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single() argument 213 BUG_ON(dest_cpu == NO_PROC_ID); in send_IPI_single() 215 ipi_send(dest_cpu, op); in send_IPI_single()
|
/Linux-v4.19/include/trace/events/ |
D | sched.h | 176 TP_PROTO(struct task_struct *p, int dest_cpu), 178 TP_ARGS(p, dest_cpu), 185 __field( int, dest_cpu ) 193 __entry->dest_cpu = dest_cpu; 198 __entry->orig_cpu, __entry->dest_cpu)
|
/Linux-v4.19/drivers/parisc/ |
D | iosapic.c | 688 int dest_cpu; in iosapic_set_affinity_irq() local 690 dest_cpu = cpu_check_affinity(d, dest); in iosapic_set_affinity_irq() 691 if (dest_cpu < 0) in iosapic_set_affinity_irq() 694 cpumask_copy(irq_data_get_affinity_mask(d), cpumask_of(dest_cpu)); in iosapic_set_affinity_irq() 695 vi->txn_addr = txn_affinity_addr(d->irq, dest_cpu); in iosapic_set_affinity_irq()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 931 int dest_cpu; member 944 struct task_struct *p, int dest_cpu) in __migrate_task() argument 947 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 951 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task() 989 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop() 991 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 1052 unsigned int dest_cpu; in __set_cpus_allowed_ptr() local 1100 dest_cpu = cpumask_any_and(cpu_valid_mask, new_mask); in __set_cpus_allowed_ptr() 1102 struct migration_arg arg = { p, dest_cpu }; in __set_cpus_allowed_ptr() 1113 rq = move_queued_task(rq, &rf, p, dest_cpu); in __set_cpus_allowed_ptr() [all …]
|
D | deadline.c | 2681 unsigned int dest_cpu; in dl_task_can_attach() local 2687 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach() 2690 dl_b = dl_bw_of(dest_cpu); in dl_task_can_attach() 2692 cpus = dl_bw_cpus(dest_cpu); in dl_task_can_attach()
|
D | fair.c | 4400 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 4405 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 5000 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | sched-migration.py | 353 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 355 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu) 417 dest_cpu): argument 420 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
|