Home
last modified time | relevance | path

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

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