Searched refs:dest_cpu (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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-4.1.27/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-4.1.27/include/trace/events/ |
D | sched.h | 160 TP_PROTO(struct task_struct *p, int dest_cpu), 162 TP_ARGS(p, dest_cpu), 169 __field( int, dest_cpu ) 177 __entry->dest_cpu = dest_cpu; 182 __entry->orig_cpu, __entry->dest_cpu)
|
/linux-4.1.27/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(d->affinity, 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-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 351 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu) 413 dest_cpu): argument 416 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 1162 int dest_cpu; member 1310 int dest_cpu; in select_fallback_rq() local 1321 for_each_cpu(dest_cpu, nodemask) { in select_fallback_rq() 1322 if (!cpu_online(dest_cpu)) in select_fallback_rq() 1324 if (!cpu_active(dest_cpu)) in select_fallback_rq() 1326 if (cpumask_test_cpu(dest_cpu, tsk_cpus_allowed(p))) in select_fallback_rq() 1327 return dest_cpu; in select_fallback_rq() 1333 for_each_cpu(dest_cpu, tsk_cpus_allowed(p)) { in select_fallback_rq() 1334 if (!cpu_online(dest_cpu)) in select_fallback_rq() 1336 if (!cpu_active(dest_cpu)) in select_fallback_rq() [all …]
|
D | fair.c | 3589 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 3594 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 4143 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|