Searched defs:task_struct (Results 1 – 2 of 2) sorted by relevance
1293 struct task_struct { struct1303 struct task_struct *last_wakee; argument1304 unsigned long wakee_flips;1305 unsigned long wakee_flip_decay_ts;1307 int wake_cpu;1309 int on_rq;1311 int prio, static_prio, normal_prio;1312 unsigned int rt_priority;1313 const struct sched_class *sched_class;1314 struct sched_entity se;[all …]
18 struct task_struct { struct28 extern struct task_struct *__curr(void); argument