Searched refs:new_cpu (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | sched.h | 15 TP_PROTO(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags, int *new_cpu), 16 TP_ARGS(p, prev_cpu, sd_flag, wake_flags, new_cpu), 1); 19 TP_PROTO(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags, int *new_cpu), 20 TP_ARGS(p, prev_cpu, sd_flag, wake_flags, new_cpu), 1); 23 TP_PROTO(int cpu, struct task_struct *p, int *new_cpu), 24 TP_ARGS(cpu, p, new_cpu), 1); 104 struct task_struct *p, int new_cpu, 106 TP_ARGS(rq, rf, p, new_cpu, detached), 1); 113 TP_PROTO(struct task_struct *p, int prev_cpu, int sync, int *new_cpu), 114 TP_ARGS(p, prev_cpu, sync, new_cpu), [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 3051 static void update_scan_period(struct task_struct *p, int new_cpu) in update_scan_period() argument 3054 int dst_nid = cpu_to_node(new_cpu); in update_scan_period() 3101 static inline void update_scan_period(struct task_struct *p, int new_cpu) in update_scan_period() argument 6278 int new_cpu = cpu; in find_idlest_cpu() local 6308 new_cpu = find_idlest_group_cpu(group, p, cpu); in find_idlest_cpu() 6309 if (new_cpu == cpu) { in find_idlest_cpu() 6315 /* Now try balancing at a lower domain level of 'new_cpu': */ in find_idlest_cpu() 6316 cpu = new_cpu; in find_idlest_cpu() 6330 return new_cpu; in find_idlest_cpu() 7120 int new_cpu in select_task_rq_fair() local 7192 migrate_task_rq_fair(struct task_struct *p, int new_cpu) migrate_task_rq_fair() argument 11448 kick_active_balance(struct rq *rq, struct task_struct *p, int new_cpu) kick_active_balance() argument 11474 int new_cpu = -1; check_for_migration_fair() local [all...] |
H A D | core.c | 230 * [S] ->cpu = new_cpu [L] task_rq() 1900 struct task_struct *p, int new_cpu) in move_queued_task() 1906 double_lock_balance(rq, cpu_rq(new_cpu)); in move_queued_task() 1911 set_task_cpu(p, new_cpu); in move_queued_task() 1913 double_rq_unlock(cpu_rq(new_cpu), rq); in move_queued_task() 1918 rq = cpu_rq(new_cpu); in move_queued_task() 1921 BUG_ON(task_cpu(p) != new_cpu); in move_queued_task() 2162 void set_task_cpu(struct task_struct *p, unsigned int new_cpu) in set_task_cpu() argument 2198 WARN_ON_ONCE(!cpu_online(new_cpu)); in set_task_cpu() 2201 trace_sched_migrate_task(p, new_cpu); in set_task_cpu() 1899 move_queued_task(struct rq *rq, struct rq_flags *rf, struct task_struct *p, int new_cpu) move_queued_task() argument [all...] |
H A D | sched.h | 1901 void (*migrate_task_rq)(struct task_struct *p, int new_cpu);
|
Completed in 22 milliseconds