Home
last modified time | relevance | path

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

/linux-4.4.14/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()
322 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
330 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
336 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
369 static inline struct task_struct *task_of(struct sched_entity *se) in task_of()
389 static inline struct cfs_rq *cfs_rq_of(struct sched_entity *se) in cfs_rq_of()
398 static inline struct cfs_rq *group_cfs_rq(struct sched_entity *grp) in group_cfs_rq()
414 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
[all …]
Dsched.h245 struct sched_entity **se;
313 struct sched_entity *se, int cpu,
314 struct sched_entity *parent);
364 struct sched_entity *curr, *next, *last, *skip;
394 struct sched_entity *h_load_next;
1311 extern void init_entity_runnable_average(struct sched_entity *se);
1690 extern struct sched_entity *__pick_first_entity(struct cfs_rq *cfs_rq);
1691 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()
171 struct sched_entity *last; in print_cfs_rq()
Dcore.c7379 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
/linux-4.4.14/include/linux/
Dsched.h1246 struct sched_entity { struct
1265 struct sched_entity *parent; argument
1401 struct sched_entity se;