/openbmc/u-boot/tools/ |
H A D | zynqmpbif.c | 16 uint64_t dest_cpu; member 116 bf->dest_cpu = i << PART_ATTR_DEST_CPU_SHIFT; in parse_dest_cpu() 126 bf->dest_cpu = i << PART_ATTR_DEST_CPU_SHIFT; in parse_dest_cpu() 367 parthdr.attributes |= bf->dest_cpu; in bif_add_part() 372 switch (bf->dest_cpu) { in bif_add_part() 432 switch (bf->dest_cpu) { in bif_add_part() 714 uint64_t dest_cpu; in bif_fsbl_config() member 716 { .name = "a5x_x64", .dest_cpu = PART_ATTR_DEST_CPU_A53_0 }, in bif_fsbl_config() 717 { .name = "a53_x64", .dest_cpu = PART_ATTR_DEST_CPU_A53_0 }, in bif_fsbl_config() 718 { .name = "a5x_x32", .dest_cpu = PART_ATTR_DEST_CPU_A53_0, in bif_fsbl_config() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H 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()
|
/openbmc/linux/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()
|
/openbmc/linux/include/trace/events/ |
H A D | sched.h | 276 TP_PROTO(struct task_struct *p, int dest_cpu), 278 TP_ARGS(p, dest_cpu), 285 __field( int, dest_cpu ) 293 __entry->dest_cpu = dest_cpu; 298 __entry->orig_cpu, __entry->dest_cpu)
|
/openbmc/linux/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()
|
/openbmc/linux/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)
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 2535 int dest_cpu; member 2561 struct task_struct *p, int dest_cpu) in __migrate_task() argument 2564 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 2567 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task() 2626 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop() 2628 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 2962 int dest_cpu, unsigned int flags) in affine_move_task() argument 3011 .dest_cpu = dest_cpu, in affine_move_task() 3027 pending->arg.dest_cpu = dest_cpu; in affine_move_task() 3075 rq = move_queued_task(rq, rf, p, dest_cpu); in affine_move_task() [all …]
|
H A D | fair.c | 5703 * dest_cpu are members of a throttled hierarchy when performing group 5707 int src_cpu, int dest_cpu) in throttled_lb_pair() 5712 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 6596 int src_cpu, int dest_cpu) in throttled_lb_pair() 5705 throttled_lb_pair(struct task_group * tg,int src_cpu,int dest_cpu) throttled_lb_pair() argument 6594 throttled_lb_pair(struct task_group * tg,int src_cpu,int dest_cpu) throttled_lb_pair() argument
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 1225 static void trace_sched_migrate_callback(void *data, struct task_struct *p, int dest_cpu) in trace_sched_migrate_callback() argument 1231 if (osn_var->pid == p->pid && dest_cpu != cpu) { in trace_sched_migrate_callback()
|
/openbmc/linux/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
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 2107 …igrate_task: { 1 }, { comm = "lttng-consumerd", tid = 1193, prio = 20, orig_cpu = 1, dest_cpu = 1 }
|