Searched refs:dest_cpu (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 1930 int dest_cpu; member 1943 struct task_struct *p, int dest_cpu) in __migrate_task() 1946 if (!is_cpu_allowed(p, dest_cpu)) { in __migrate_task() 1951 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task() 1989 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop() 1991 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 2057 unsigned int dest_cpu; in __set_cpus_allowed_ptr() local 2092 dest_cpu = cpumask_any(&allowed_mask); in __set_cpus_allowed_ptr() 2093 if (dest_cpu >= nr_cpu_ids) { in __set_cpus_allowed_ptr() 2095 dest_cpu in __set_cpus_allowed_ptr() 1942 __migrate_task(struct rq *rq, struct rq_flags *rf, struct task_struct *p, int dest_cpu) __migrate_task() argument 2508 int dest_cpu; select_fallback_rq() local 4286 int dest_cpu; sched_exec() local 6447 int dest_cpu; sched_setaffinity() local 7395 int dest_cpu; migrate_tasks() local [all...] |
H A D | fair.c | 4936 * dest_cpu are members of a throttled hierarchy when performing group 4939 static inline int throttled_lb_pair(struct task_group *tg, int src_cpu, int dest_cpu) in throttled_lb_pair() argument 4944 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 5653 static inline int throttled_lb_pair(struct task_group *tg, int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | sched.h | 152 TP_PROTO(struct task_struct *p, int dest_cpu),
154 TP_ARGS(p, dest_cpu),
157 __field(int, orig_cpu) __field(int, dest_cpu) __field(int, running)),
161 __entry->orig_cpu = task_cpu(p); __entry->dest_cpu = dest_cpu;
164 TP_printk("comm=%s pid=%d prio=%d orig_cpu=%d dest_cpu=%d running=%d", __entry->comm, __entry->pid,
165 __entry->prio, __entry->orig_cpu, __entry->dest_cpu, __entry->running));
|
Completed in 23 milliseconds