Searched defs:task_struct (Results 1 – 3 of 3) sorted by relevance
733 struct task_struct { struct747 * This begins the randomizable portion of task_struct. Only argument763 struct task_struct *last_wakee; argument772 int recent_used_cpu;773 int wake_cpu;775 int on_rq;777 int prio;778 int static_prio;779 int normal_prio;780 unsigned int rt_priority;[all …]
1377 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()