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() 536 return task_has_idle_policy(task_of(se)); in se_is_idle() 1218 update_curr_task(task_of(curr), delta_exec); in update_curr() 1240 p = task_of(se); in update_stats_wait_start_fair() 1266 p = task_of(se); in update_stats_wait_end_fair() 1283 tsk = task_of(se); in update_stats_enqueue_sleeper_fair() 1323 struct task_struct *tsk = task_of(se); in update_stats_dequeue_fair() 3649 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue() 3664 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue() 5375 if (entity_is_task(se) && task_on_rq_migrating(task_of(s in dequeue_entity() [all...]
1421 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1446 #define task_of(_se) container_of(_se, struct task_struct, se) macro1455 const struct task_struct *p = task_of(se); in cfs_rq_of()