Home
last modified time | relevance | path

Searched defs:task_struct (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dsched.h1380 struct task_struct { struct
1392 struct task_struct *last_wakee; argument
1394 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 …]
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dlockdep.h18 struct task_struct { struct
28 extern struct task_struct *__curr(void); argument