Home
last modified time | relevance | path

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

/include/linux/
Dsched.h3301 static inline struct thread_info *task_thread_info(struct task_struct *task) in task_thread_info() function
3325 #define task_thread_info(task) ((struct thread_info *)(task)->stack) macro