Home
last modified time | relevance | path

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

/include/linux/
Dsched.h656 struct task_struct { struct
668 * This begins the randomizable portion of task_struct. Only argument
688 struct task_struct *last_wakee; argument
697 int recent_used_cpu;
698 int wake_cpu;
700 int on_rq;
702 int prio;
703 int static_prio;
704 int normal_prio;
705 unsigned int rt_priority;
[all …]
Dmemcontrol.h1096 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()