Searched refs:task_of (Results 1 – 2 of 2) sorted by relevance
475 return task_has_idle_policy(task_of(se)); in se_is_idle()522 return task_has_idle_policy(task_of(se)); in se_is_idle()1364 struct task_struct *donor = task_of(se); in update_se()1472 p = task_of(se); in update_stats_wait_start_fair()1498 p = task_of(se); in update_stats_wait_end_fair()1515 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()1555 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()3882 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()3893 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()5677 if (entity_is_task(se) && task_on_rq_migrating(task_of(se))) in dequeue_entity()[all …]
1685 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1710 #define task_of(_se) container_of(_se, struct task_struct, se) macro1719 const struct task_struct *p = task_of(se); in cfs_rq_of()