Searched refs:task_of (Results 1 – 1 of 1) sorted by relevance
1733 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function1758 #define task_of(_se) container_of(_se, struct task_struct, se) macro1767 const struct task_struct *p = task_of(se); in cfs_rq_of()