Searched refs:task_of (Results 1 – 3 of 3) sorted by relevance
106 return &task_of(se)->stats; in __schedstats_from_se()
489 return task_has_idle_policy(task_of(se)); in se_is_idle()1181 struct task_struct *curtask = task_of(curr); in update_curr()1208 p = task_of(se); in update_stats_wait_start_fair()1234 p = task_of(se); in update_stats_wait_end_fair()1251 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()1291 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()3533 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()3548 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()5171 if (entity_is_task(se) && task_on_rq_migrating(task_of(se))) in dequeue_entity()8164 return task_of(se); in pick_task_fair()[all …]
1420 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1445 #define task_of(_se) container_of(_se, struct task_struct, se) macro1454 const struct task_struct *p = task_of(se); in cfs_rq_of()