Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h1583 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() function
1608 #define task_of(_se) container_of(_se, struct task_struct, se) macro