Home
last modified time | relevance | path

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

/include/linux/
Dsched.h632 struct task_struct { struct
644 * This begins the randomizable portion of task_struct. Only argument
664 struct task_struct *last_wakee; argument
666 int wake_cpu;
668 int on_rq;
670 int prio;
671 int static_prio;
672 int normal_prio;
673 unsigned int rt_priority;
675 const struct sched_class *sched_class;
[all …]
Dmemcontrol.h761 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()