Home
last modified time | relevance | path

Searched refs:sched_entity (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/sched/
Dfair.c257 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
275 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
281 static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp) in group_cfs_rq()
327 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
335 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
341 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
374 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
394 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
403 static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp) in group_cfs_rq()
419 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
[all …]
Dsched.h234 struct sched_entity **se;
303 struct sched_entity *se, int cpu,
304 struct sched_entity *parent);
354 struct sched_entity *curr, *next, *last, *skip;
391 struct sched_entity *h_load_next;
1668 extern struct sched_entity *__pick_first_entity(struct cfs_rq *cfs_rq);
1669 extern struct sched_entity *__pick_last_entity(struct cfs_rq *cfs_rq);
Ddebug.c64 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats()
178 struct sched_entity *last; in print_cfs_rq()
Dcore.c7121 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
/linux-4.1.27/include/linux/
Dsched.h1180 struct sched_entity { struct
1199 struct sched_entity *parent; argument
1314 struct sched_entity se;