Lines Matching defs:p
41 static inline void walt_inc_cfs_rq_stats(struct cfs_rq *cfs_rq, struct task_struct *p) in walt_inc_cfs_rq_stats()
44 static inline void walt_dec_cfs_rq_stats(struct cfs_rq *cfs_rq, struct task_struct *p) in walt_dec_cfs_rq_stats()
309 static inline struct cfs_rq *task_cfs_rq(struct task_struct *p) in task_cfs_rq()
492 static inline struct cfs_rq *task_cfs_rq(struct task_struct *p) in task_cfs_rq()
499 struct task_struct *p = task_of(se); in cfs_rq_of() local
838 void post_init_entity_util_avg(struct task_struct *p) in post_init_entity_util_avg()
883 void post_init_entity_util_avg(struct task_struct *p) in post_init_entity_util_avg()
954 struct task_struct *p; in update_stats_wait_end() local
1154 static struct numa_group *deref_task_numa_group(struct task_struct *p) in deref_task_numa_group()
1160 static struct numa_group *deref_curr_numa_group(struct task_struct *p) in deref_curr_numa_group()
1168 static unsigned int task_nr_scan_windows(struct task_struct *p) in task_nr_scan_windows()
1191 static unsigned int task_scan_min(struct task_struct *p) in task_scan_min()
1206 static unsigned int task_scan_start(struct task_struct *p) in task_scan_start()
1228 static unsigned int task_scan_max(struct task_struct *p) in task_scan_max()
1254 static void account_numa_enqueue(struct rq *rq, struct task_struct *p) in account_numa_enqueue()
1260 static void account_numa_dequeue(struct rq *rq, struct task_struct *p) in account_numa_dequeue()
1275 pid_t task_numa_group_id(struct task_struct *p) in task_numa_group_id()
1301 static inline unsigned long task_faults(struct task_struct *p, int nid) in task_faults()
1310 static inline unsigned long group_faults(struct task_struct *p, int nid) in group_faults()
1365 static unsigned long score_nearby_nodes(struct task_struct *p, int nid, int maxdist, bool task) in score_nearby_nodes()
1437 static inline unsigned long task_weight(struct task_struct *p, int nid, int dist) in task_weight()
1457 static inline unsigned long group_weight(struct task_struct *p, int nid, int dist) in group_weight()
1478 bool should_numa_migrate_memory(struct task_struct *p, struct page *page, int src_nid, int dst_cpu) in should_numa_migrate_memory()
1600 struct task_struct *p; member
1709 static void task_numa_assign(struct task_numa_env *env, struct task_struct *p, long imp) in task_numa_assign()
2041 static int task_numa_migrate(struct task_struct *p) in task_numa_migrate()
2182 static void numa_migrate_preferred(struct task_struct *p) in numa_migrate_preferred()
2251 static void update_task_scan_period(struct task_struct *p, unsigned long shared, unsigned long priv… in update_task_scan_period()
2327 static u64 numa_get_avg_runtime(struct task_struct *p, u64 *period) in numa_get_avg_runtime()
2358 static int preferred_group_nid(struct task_struct *p, int nid) in preferred_group_nid()
2447 static void task_numa_placement(struct task_struct *p) in task_numa_placement()
2570 static void task_numa_group(struct task_struct *p, int cpupid, int flags, int *priv) in task_numa_group()
2691 void task_numa_free(struct task_struct *p, bool final) in task_numa_free()
2732 struct task_struct *p = current; in task_numa_fault() local
2807 static void reset_ptenuma_scan(struct task_struct *p) in reset_ptenuma_scan()
2828 struct task_struct *p = current; in task_numa_work() local
2972 void init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
3051 static void update_scan_period(struct task_struct *p, int new_cpu) in update_scan_period()
3093 static inline void account_numa_enqueue(struct rq *rq, struct task_struct *p) in account_numa_enqueue()
3097 static inline void account_numa_dequeue(struct rq *rq, struct task_struct *p) in account_numa_dequeue()
3101 static inline void update_scan_period(struct task_struct *p, int new_cpu) in update_scan_period()
3232 void reweight_task(struct task_struct *p, int prio) in reweight_task()
4032 static inline unsigned long task_util(struct task_struct *p) in task_util()
4042 static inline unsigned long _task_util_est(struct task_struct *p) in _task_util_est()
4049 static inline unsigned long task_util_est(struct task_struct *p) in task_util_est()
4061 unsigned long uclamp_task_util(struct task_struct *p) in uclamp_task_util()
4070 unsigned long uclamp_task_util(struct task_struct *p) in uclamp_task_util()
4079 static inline void util_est_enqueue(struct cfs_rq *cfs_rq, struct task_struct *p) in util_est_enqueue()
4095 static inline void util_est_dequeue(struct cfs_rq *cfs_rq, struct task_struct *p) in util_est_dequeue()
4126 static inline void util_est_update(struct cfs_rq *cfs_rq, struct task_struct *p, bool task_sleep) in util_est_update()
4215 static inline int task_fits_capacity(struct task_struct *p, long capacity) in task_fits_capacity()
4221 bool task_fits_max(struct task_struct *p, int cpu) in task_fits_max()
4233 static inline void update_misfit_status(struct task_struct *p, struct rq *rq) in update_misfit_status()
4299 static inline void util_est_enqueue(struct cfs_rq *cfs_rq, struct task_struct *p) in util_est_enqueue()
4303 static inline void util_est_dequeue(struct cfs_rq *cfs_rq, struct task_struct *p) in util_est_dequeue()
4307 static inline void util_est_update(struct cfs_rq *cfs_rq, struct task_struct *p, bool task_sleep) in util_est_update()
4310 static inline void update_misfit_status(struct task_struct *p, struct rq *rq) in update_misfit_status()
5689 static void hrtick_start_fair(struct rq *rq, struct task_struct *p) in hrtick_start_fair()
5729 static inline void hrtick_start_fair(struct rq *rq, struct task_struct *p) in hrtick_start_fair()
5792 static void enqueue_task_fair(struct rq *rq, struct task_struct *p, int flags) in enqueue_task_fair()
5912 static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int flags) in dequeue_task_fair()
6018 static unsigned long cpu_load_without(struct rq *rq, struct task_struct *p) in cpu_load_without()
6042 static unsigned long cpu_runnable_without(struct rq *rq, struct task_struct *p) in cpu_runnable_without()
6061 static void record_wakee(struct task_struct *p) in record_wakee()
6095 static int wake_wide(struct task_struct *p) in wake_wide()
6147 static int wake_affine_weight(struct sched_domain *sd, struct task_struct *p, int this_cpu, int pre… in wake_affine_weight()
6191 static int wake_affine(struct sched_domain *sd, struct task_struct *p, int this_cpu, int prev_cpu, … in wake_affine()
6218 static int find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6276 static inline int find_idlest_cpu(struct sched_domain *sd, struct task_struct *p, int cpu, int prev… in find_idlest_cpu()
6397 static int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core()
6444 static int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt()
6470 static inline int select_idle_core(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_core()
6475 static inline int select_idle_smt(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_smt()
6487 static int select_idle_cpu(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_cpu()
6549 static int select_idle_capacity(struct task_struct *p, struct sched_domain *sd, int target) in select_idle_capacity()
6596 static int select_idle_sibling(struct task_struct *p, int prev, int target) in select_idle_sibling()
6747 static unsigned long cpu_util_without(int cpu, struct task_struct *p) in cpu_util_without()
6844 unsigned long capacity_spare_without(int cpu, struct task_struct *p) in capacity_spare_without()
6853 static unsigned long cpu_util_next(int cpu, struct task_struct *p, int dst_cpu) in cpu_util_next()
6908 static long compute_energy(struct task_struct *p, int dst_cpu, struct perf_domain *pd) in compute_energy()
6990 static int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu) in find_energy_efficient_cpu()
7116 static int select_task_rq_fair(struct task_struct *p, int prev_cpu, int sd_flag, int wake_flags) in select_task_rq_fair()
7192 static void migrate_task_rq_fair(struct task_struct *p, int new_cpu) in migrate_task_rq_fair()
7248 static void task_dead_fair(struct task_struct *p) in task_dead_fair()
7369 static void check_preempt_wakeup(struct rq *rq, struct task_struct *p, int wake_flags) in check_preempt_wakeup()
7463 struct task_struct *p; in pick_next_task_fair() local
7668 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p) in yield_to_task_fair()
7886 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot()
7931 static int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
7983 static inline int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
7992 static int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task()
8086 static void detach_task(struct task_struct *p, struct lb_env *env) in detach_task()
8111 struct task_struct *p; in detach_one_task() local
8147 struct task_struct *p; in detach_tasks() local
8296 static void attach_task(struct rq *rq, struct task_struct *p) in attach_task()
8309 static void attach_one_task(struct rq *rq, struct task_struct *p) in attach_one_task()
8326 struct task_struct *p; in attach_tasks() local
8533 static unsigned long task_h_load(struct task_struct *p) in task_h_load()
8554 static unsigned long task_h_load(struct task_struct *p) in task_h_load()
9191 static unsigned int task_running_on_cpu(int cpu, struct task_struct *p) in task_running_on_cpu()
9212 static int idle_cpu_without(int cpu, struct task_struct *p) in idle_cpu_without()
9243 struct task_struct *p) in update_sg_wakeup_stats()
9351 static struct sched_group *find_idlest_group(struct sched_domain *sd, struct task_struct *p, int th… in find_idlest_group()
10478 struct task_struct *p = NULL; in active_load_balance_cpu_stop() local
11448 static inline int kick_active_balance(struct rq *rq, struct task_struct *p, int new_cpu) in kick_active_balance()
11471 static void check_for_migration_fair(struct rq *rq, struct task_struct *p) in check_for_migration_fair()
11567 static void task_fork_fair(struct task_struct *p) in task_fork_fair()
11602 static void prio_changed_fair(struct rq *rq, struct task_struct *p, int oldprio) in prio_changed_fair()
11626 static inline bool vruntime_normalized(struct task_struct *p) in vruntime_normalized()
11718 static void detach_task_cfs_rq(struct task_struct *p) in detach_task_cfs_rq()
11735 static void attach_task_cfs_rq(struct task_struct *p) in attach_task_cfs_rq()
11747 static void switched_from_fair(struct rq *rq, struct task_struct *p) in switched_from_fair()
11752 static void switched_to_fair(struct rq *rq, struct task_struct *p) in switched_to_fair()
11775 static void set_next_task_fair(struct rq *rq, struct task_struct *p, bool first) in set_next_task_fair()
11811 static void task_set_group_fair(struct task_struct *p) in task_set_group_fair()
11819 static void task_move_group_fair(struct task_struct *p) in task_move_group_fair()
11831 static void task_change_group_fair(struct task_struct *p, int type) in task_change_group_fair()
12127 void show_numa_stats(struct task_struct *p, struct seq_file *m) in show_numa_stats()
12174 static void walt_inc_cfs_rq_stats(struct cfs_rq *cfs_rq, struct task_struct *p) in walt_inc_cfs_rq_stats()
12179 static void walt_dec_cfs_rq_stats(struct cfs_rq *cfs_rq, struct task_struct *p) in walt_dec_cfs_rq_stats()
12211 static void walt_fixup_sched_stats_fair(struct rq *rq, struct task_struct *p, u16 updated_demand_sc… in walt_fixup_sched_stats_fair()
12234 static void walt_fixup_sched_stats_fair(struct rq *rq, struct task_struct *p, u16 updated_demand_sc… in walt_fixup_sched_stats_fair()