Searched refs:task_of (Results 1 – 3 of 3) sorted by relevance
104 return &task_of(se)->stats; in __schedstats_from_se()
1372 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1397 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1409 struct task_struct *p = task_of(se); in cfs_rq_of()
455 return task_has_idle_policy(task_of(se)); in se_is_idle()874 struct task_struct *curtask = task_of(curr); in update_curr()901 p = task_of(se); in update_stats_wait_start_fair()927 p = task_of(se); in update_stats_wait_end_fair()944 tsk = task_of(se); in update_stats_enqueue_sleeper_fair()984 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair()2949 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()2964 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()7221 return task_of(se); in pick_task_fair()7284 p = task_of(se); in pick_next_task_fair()[all …]
Completed in 31 milliseconds