Home | History | Annotate | Download | only in linux

Lines Matching defs:thread_info

51 #include <linux/thread_info.h>
769 struct thread_info *thread_info;
1146 struct thread_info thread_info;
1379 #define task_thread_info(task) (task)->thread_info
1380 #define task_stack_page(task) ((void*)((task)->thread_info))
1390 return (unsigned long *)(p->thread_info + 1);
1396 * - see asm/thread_info.h for TIF_xxxx flags available
1485 * Wrappers for p->thread_info->cpu access. No-op on UP.