Searched refs:task_of (Results 1 – 2 of 2) sorted by relevance
1373 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1398 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1410 struct task_struct *p = task_of(se); in cfs_rq_of()
447 return task_has_idle_policy(task_of(se)); in se_is_idle()850 struct task_struct *curtask = task_of(curr); in update_curr()876 if (entity_is_task(se) && task_on_rq_migrating(task_of(se)) && in update_stats_wait_start()904 p = task_of(se); in update_stats_wait_end()937 tsk = task_of(se); in update_stats_enqueue_sleeper()1027 struct task_struct *tsk = task_of(se); in update_stats_dequeue()2993 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()3006 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()7257 return task_of(se); in pick_task_fair()7320 p = task_of(se); in pick_next_task_fair()[all …]