Home
last modified time | relevance | path

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

/kernel/
Dsched_fair.c82 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
208 struct task_struct *p = task_of(se); in cfs_rq_of()
499 struct task_struct *curtask = task_of(curr); in update_curr()
609 struct task_struct *tsk = task_of(se); in enqueue_sleeper()
624 struct task_struct *tsk = task_of(se); in enqueue_sleeper()
689 task_of(se)->policy != SCHED_IDLE) in place_entity()
749 struct task_struct *tsk = task_of(se); in dequeue_entity()
1362 if (likely(task_of(se)->policy != SCHED_IDLE)) { in set_last_buddy()
1370 if (likely(task_of(se)->policy != SCHED_IDLE)) { in set_next_buddy()
1476 p = task_of(se); in pick_next_task_fair()
[all …]