Lines Matching defs:thread_struct
21 struct thread_struct { struct
22 struct task_struct *saved_task;
30 int forking;
31 struct pt_regs regs;
32 int singlestep_syscall;
33 void *fault_addr;
34 jmp_buf *fault_catcher;
35 struct task_struct *prev_sched;
36 unsigned long temp_stack;
37 jmp_buf *exec_buf;
38 struct arch_thread arch;
39 jmp_buf switch_buf;
40 int mm_count;
41 struct {
56 } request;