Home
last modified time | relevance | path

Searched refs:sched_entity (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h181 struct sched_entity;
183 TP_PROTO(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial, u64 vruntime),
252 TP_PROTO(struct cfs_rq *cfs_rq, struct sched_entity *curr,
253 struct sched_entity **se),
258 int wake_flags, struct sched_entity *se, struct sched_entity *pse,
283 unsigned long delta_exec, struct cfs_rq *cfs_rq, struct sched_entity *curr,
290 TP_PROTO(struct rq *rq, struct task_struct **p, struct sched_entity **se, bool *repick,
311 TP_PROTO(struct sched_entity *se),
335 struct sched_entity;
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c300 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
315 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
321 static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp) in group_cfs_rq()
438 static inline struct cfs_rq *is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
447 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
452 static void find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
485 static inline struct task_struct *task_of(struct sched_entity *s
[all...]
H A Dsched.h453 struct sched_entity **se;
545 extern void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, struct sched_entity *se, int cpu,
546 struct sched_entity *parent);
574 extern void set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next);
576 static inline void set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next) in set_task_rq_fair()
608 struct sched_entity *curr;
609 struct sched_entity *next;
610 struct sched_entity *last;
611 struct sched_entity *skip;
646 struct sched_entity *h_load_nex
[all...]
H A Dpelt.c250 * This means that weight will be 0 but not running for a sched_entity in ___update_load_sum()
296 * the period_contrib of cfs_rq when updating the sched_avg of a sched_entity
312 * sched_entity
337 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
348 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
H A Dcore.c4323 struct sched_entity *curr = (&p->se)->cfs_rq->curr; in prefetch_curr_exec_start()
4325 struct sched_entity *curr = (&task_rq(p)->cfs)->curr; in prefetch_curr_exec_start()
8071 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h429 * where runnable% is the time ratio that a sched_entity is runnable and
430 * running% the time ratio that a sched_entity is running.
506 struct sched_entity { struct
524 struct sched_entity *parent;
804 struct sched_entity se;
/device/soc/rockchip/common/sdk_linux/include/trace/events/
H A Dsched.h532 DECLARE_TRACE(pelt_se_tp, TP_PROTO(struct sched_entity *se), TP_ARGS(se));
540 DECLARE_TRACE(sched_util_est_se_tp, TP_PROTO(struct sched_entity *se), TP_ARGS(se));

Completed in 33 milliseconds