Home
last modified time | relevance | path

Searched refs:task_of (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c267 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
454 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
469 struct task_struct *p = task_of(se); in cfs_rq_of()
887 struct task_struct *curtask = task_of(curr); in update_curr()
913 if (entity_is_task(se) && task_on_rq_migrating(task_of(se)) && in update_stats_wait_start()
932 p = task_of(se); in update_stats_wait_end()
965 tsk = task_of(se); in update_stats_enqueue_sleeper()
1055 struct task_struct *tsk = task_of(se); in update_stats_dequeue()
3016 account_numa_enqueue(rq, task_of(se)); in account_entity_enqueue()
3029 account_numa_dequeue(rq_of(cfs_rq), task_of(se)); in account_entity_dequeue()
[all …]