Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h58 #define task_thread_info(tsk) ((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE)) macro
62 #define task_thread_info(tsk) ((struct thread_info *) 0) macro
/openbmc/linux/include/linux/
H A Dsched.h1973 # define task_thread_info(task) (&(task)->thread_info) macro
1975 # define task_thread_info(task) ((struct thread_info *)(task)->stack) macro