Home
last modified time | relevance | path

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

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