Lines Matching defs:thread_info
18 struct thread_info { struct
19 struct task_struct *task; /* main task structure */
20 struct exec_domain *exec_domain; /* execution domain */
21 unsigned long flags; /* low level flags */
22 __u32 status; /* thread synchronous flags */
23 __u32 cpu;
24 int preempt_count; /* 0 => preemptable, <0 => BUG */
25 mm_segment_t addr_limit; /* thread address space */
26 struct restart_block restart_block;
27 unsigned long previous_sp; /* sp of previous stack in case
29 __u8 supervisor_stack[0];