Lines Matching defs:thread_info
46 struct thread_info { struct
47 unsigned long flags; /* low level flags */
48 int preempt_count; /* 0 => preemptable, <0 => bug */
49 mm_segment_t addr_limit; /* address limit */
50 struct task_struct *task; /* main task structure */
51 __u32 cpu; /* cpu */
52 __u32 cpu_domain; /* cpu domain */
54 unsigned long stack_canary;
56 struct cpu_context_save cpu_context; /* cpu context */
57 __u32 syscall; /* syscall number */
81 static inline struct thread_info *current_thread_info(void) __attribute_const__; argument