Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A 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()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsched.h191 TP_PROTO(struct task_struct *p, int dest_cpu),
193 TP_ARGS(p, dest_cpu),
200 __field( int, dest_cpu )
209 __entry->dest_cpu = dest_cpu;
215 __entry->orig_cpu, __entry->dest_cpu,
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsmp.c220 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()
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Diosapic.c674 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()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A 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)
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c1874 int dest_cpu; member
1887 struct task_struct *p, int dest_cpu) in __migrate_task() argument
1890 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task()
1894 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task()
1932 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop()
1934 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop()
1994 unsigned int dest_cpu; in __set_cpus_allowed_ptr_locked() local
2026 dest_cpu = cpumask_any_and_distribute(cpu_valid_mask, new_mask); in __set_cpus_allowed_ptr_locked()
2027 if (dest_cpu >= nr_cpu_ids) { in __set_cpus_allowed_ptr_locked()
2049 struct migration_arg arg = { p, dest_cpu }; in __set_cpus_allowed_ptr_locked()
[all …]
H A Dfair.c4773 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
4778 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair()
5439 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst2169 …[005] d..4 309.874994: sched_migrate_task: comm=cyclictest pid=2103 prio=19 orig_cpu=5 dest_cpu=1
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst2085 …igrate_task: { 1 }, { comm = "lttng-consumerd", tid = 1193, prio = 20, orig_cpu = 1, dest_cpu = 1 }