Lines Matching defs:task_struct
82 struct task_struct { struct
83 struct thread *dfly_td;
84 volatile long state;
85 struct mm_struct *mm; /* mirror copy in p->p_linux_mm */
86 int prio;
89 unsigned long kt_flags;
90 int (*kt_fn)(void *data);
91 void *kt_fndata;
92 int kt_exitvalue;
95 char comm[TASK_COMM_LEN];
97 atomic_t usage_counter;
98 pid_t pid;
99 struct spinlock kt_spin;