Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsched.h597 struct task_struct { struct
609 * This begins the randomizable portion of task_struct. Only argument
629 struct task_struct *last_wakee; argument
638 int recent_used_cpu;
639 int wake_cpu;
641 int on_rq;
643 int prio;
644 int static_prio;
645 int normal_prio;
646 unsigned int rt_priority;
[all …]
Dmemcontrol.h924 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()