Searched defs:task_struct (Results 1 – 2 of 2) sorted by relevance
2311 struct task_struct { struct2323 struct task_struct *last_wakee; argument2324 int recent_used_cpu;2325 int wake_cpu;2326 int on_rq;2327 int prio;2328 int static_prio;2329 int normal_prio;2330 unsigned int rt_priority;2336 struct sched_entity se;[all …]
1873 struct task_struct { struct1885 struct task_struct *last_wakee; argument1886 int recent_used_cpu;1887 int wake_cpu;1888 int on_rq;1889 int prio;1890 int static_prio;1891 int normal_prio;1892 unsigned int rt_priority;1893 struct sched_entity se;[all …]