Home
last modified time | relevance | path

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

/include/linux/
Dsched.h835 struct task_struct { struct
849 * This begins the randomizable portion of task_struct. Only argument
869 struct task_struct *last_wakee; argument
878 int recent_used_cpu;
879 int wake_cpu;
881 int on_rq;
883 int prio;
884 int static_prio;
885 int normal_prio;
886 unsigned int rt_priority;
[all …]
Dmemcontrol.h1367 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/include/linux/sched/
Dtask.h176 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
241 DEFINE_GUARD(task_lock, struct task_struct *, task_lock(_T), task_unlock(_T)) in DEFINE_GUARD()