Searched defs:task_struct (Results 1 – 3 of 3) sorted by relevance
751 struct task_struct { struct765 * This begins the randomizable portion of task_struct. Only argument781 struct task_struct *last_wakee; argument790 int recent_used_cpu;791 int wake_cpu;793 int on_rq;795 int prio;796 int static_prio;797 int normal_prio;798 unsigned int rt_priority;[all …]
1353 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
148 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()