Searched defs:task_thread_info (Results 1 – 2 of 2) sorted by relevance
60 #define task_thread_info(tsk) ((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE)) macro64 #define task_thread_info(tsk) ((struct thread_info *) 0) macro
1559 static inline struct thread_info *task_thread_info(struct task_struct *task) in task_thread_info() function1564 # define task_thread_info(task) ((struct thread_info *)(task)->stack) macro