Home
last modified time | relevance | path

Searched refs:task_of (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Dstats.h106 return &task_of(se)->stats; in __schedstats_from_se()
Dfair.c513 return task_has_idle_policy(task_of(se)); in se_is_idle()
924 struct task_struct *curtask = task_of(curr); in update_curr()
951 p = task_of(se); in update_stats_wait_start_fair()
977 p = task_of(se); in update_stats_wait_end_fair()
994 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()
1034 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()
3222 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()
3237 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()
4884 if (entity_is_task(se) && task_on_rq_migrating(task_of(se))) in dequeue_entity()
7859 return task_of(se); in pick_task_fair()
[all …]
Dsched.h1439 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
1464 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
1476 struct task_struct *p = task_of(se); in cfs_rq_of()