Searched defs:task_struct (Results 1 – 2 of 2) sorted by relevance
1380 struct task_struct { struct1392 struct task_struct *last_wakee; argument1394 int wake_cpu;1396 int on_rq;1398 int prio, static_prio, normal_prio;1399 unsigned int rt_priority;1400 const struct sched_class *sched_class;1401 struct sched_entity se;1402 struct sched_rt_entity rt;1404 struct task_group *sched_task_group;[all …]
18 struct task_struct { struct28 extern struct task_struct *__curr(void); argument