Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dstats.h106 return &task_of(se)->stats; in __schedstats_from_se()
H A Dfair.c468 return task_has_idle_policy(task_of(se)); in se_is_idle()
515 return task_has_idle_policy(task_of(se)); in se_is_idle()
1166 struct task_struct *donor = task_of(se); in update_se()
1274 p = task_of(se); in update_stats_wait_start_fair()
1300 p = task_of(se); in update_stats_wait_end_fair()
1317 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()
1357 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()
3686 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()
3697 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()
5399 if (entity_is_task(se) && task_on_rq_migrating(task_of(se))) in dequeue_entity()
[all …]
H A Dsched.h1598 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
1623 #define task_of(_se) container_of(_se, struct task_struct, se) macro
1632 const struct task_struct *p = task_of(se); in cfs_rq_of()