Home
last modified time | relevance | path

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

/include/linux/
Dsched.h733 struct task_struct { struct
747 * This begins the randomizable portion of task_struct. Only argument
763 struct task_struct *last_wakee; argument
772 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 …]
Dmemcontrol.h1377 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/include/linux/sched/
Dtask.h164 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()