Searched defs:task_thread_info (Results 1 – 2 of 2) sorted by relevance
58 #define task_thread_info(tsk) ((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE)) macro62 #define task_thread_info(tsk) ((struct thread_info *) 0) macro
1966 # define task_thread_info(task) (&(task)->thread_info) macro1968 # define task_thread_info(task) ((struct thread_info *)(task)->stack) macro