Searched defs:task_struct (Results 1 – 2 of 2) sorted by relevance
1625 struct task_struct { struct1647 struct task_struct *last_wakee; argument1649 int wake_cpu;1651 int on_rq;1653 int prio, static_prio, normal_prio;1654 unsigned int rt_priority;1655 const struct sched_class *sched_class;1656 struct sched_entity se;1657 struct sched_rt_entity rt;1659 struct ravg ravg;[all …]
661 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()