Lines Matching defs:thread_info
27 struct thread_info { struct
28 unsigned long uwinmask;
29 struct task_struct *task; /* main task structure */
30 unsigned long flags; /* low level flags */
31 int cpu; /* cpu we're on */
32 int preempt_count; /* 0 => preemptable,
34 int softirq_count;
35 int hardirq_count;
37 u32 __unused;
40 unsigned long ksp; /* ... ksp __attribute__ ((aligned (8))); */
41 unsigned long kpc;
65 #define init_thread_info (init_thread_union.thread_info) argument