Lines Matching defs:thread_info
48 struct thread_info { struct
49 struct task_struct *task; /* main task structure */
50 unsigned long flags; /* low level flags */
51 unsigned long status; /* thread-synchronous flags */
52 __u32 cpu; /* current CPU */
53 __s32 preempt_count; /* 0 => preemptable,< 0 => BUG*/
57 unsigned long atomctl8;
61 unsigned long ps_woe_fix_addr;
68 unsigned long cpenable;
69 u32 cp_owner_cpu;
94 static inline struct thread_info *current_thread_info(void) in current_thread_info() argument