Lines Matching defs:p
188 static inline int task_has_idle_policy(struct task_struct *p) in task_has_idle_policy()
193 static inline int task_has_rt_policy(struct task_struct *p) in task_has_rt_policy()
198 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy()
338 static inline bool dl_task_fits_capacity(struct task_struct *p, int cpu) in dl_task_fits_capacity()
1170 static inline bool is_migration_disabled(struct task_struct *p) in is_migration_disabled()
1183 #define task_rq(p) cpu_rq(task_cpu(p)) argument
1231 static inline bool sched_cpu_cookie_match(struct rq *rq, struct task_struct *p) in sched_cpu_cookie_match()
1240 static inline bool sched_core_cookie_match(struct rq *rq, struct task_struct *p) in sched_core_cookie_match()
1264 struct task_struct *p, in sched_group_cookie_match()
1282 static inline bool sched_core_enqueued(struct task_struct *p) in sched_core_enqueued()
1324 static inline bool sched_cpu_cookie_match(struct rq *rq, struct task_struct *p) in sched_cpu_cookie_match()
1329 static inline bool sched_core_cookie_match(struct rq *rq, struct task_struct *p) in sched_core_cookie_match()
1335 struct task_struct *p, in sched_group_cookie_match()
1407 static inline struct cfs_rq *task_cfs_rq(struct task_struct *p) in task_cfs_rq()
1431 static inline struct cfs_rq *task_cfs_rq(struct task_struct *p) in task_cfs_rq()
1438 struct task_struct *p = task_of(se); in cfs_rq_of() local
1632 task_rq_unlock(struct rq *rq, struct task_struct *p, struct rq_flags *rf) in task_rq_unlock()
1745 init_numa_balancing(unsigned long clone_flags, struct task_struct *p) in init_numa_balancing()
1775 #define rcu_dereference_check_sched_domain(p) \ argument
1937 static inline struct task_group *task_group(struct task_struct *p) in task_group()
1943 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) in set_task_rq()
1963 static inline void set_task_rq(struct task_struct *p, unsigned int cpu) { } in set_task_rq()
1964 static inline struct task_group *task_group(struct task_struct *p) in task_group()
1971 static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu) in __set_task_cpu()
2073 static inline int task_current(struct rq *rq, struct task_struct *p) in task_current()
2078 static inline int task_running(struct rq *rq, struct task_struct *p) in task_running()
2087 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued()
2092 static inline int task_on_rq_migrating(struct task_struct *p) in task_on_rq_migrating()
2316 struct task_struct *p = rq->curr; in get_push_task() local
2943 struct task_struct *p) in uclamp_rq_util_with()
2977 static inline bool uclamp_boosted(struct task_struct *p) in uclamp_boosted()
2995 static inline unsigned long uclamp_eff_value(struct task_struct *p, in uclamp_eff_value()
3006 struct task_struct *p) in uclamp_rq_util_with()
3011 static inline bool uclamp_boosted(struct task_struct *p) in uclamp_boosted()
3042 static inline bool uclamp_latency_sensitive(struct task_struct *p) in uclamp_latency_sensitive()
3054 static inline bool uclamp_latency_sensitive(struct task_struct *p) in uclamp_latency_sensitive()
3216 static inline bool is_per_cpu_kthread(struct task_struct *p) in is_per_cpu_kthread()