task_thread_info
# define task_thread_info(task) (&(task)->thread_info)
# define task_thread_info(task) ((struct thread_info *)(task)->stack)