Home
last modified time | relevance | path

Searched refs:last_task (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/oprofile/
Dcpu_buffer.h43 struct task_struct *last_task; member
67 cpu_buf->last_task = NULL; in op_cpu_buffer_reset()
Dcpu_buffer.c77 b->last_task = NULL; in alloc_cpu_buffers()
205 if (cpu_buf->last_task != task) { in op_add_code()
206 cpu_buf->last_task = task; in op_add_code()
/linux-4.1.27/tools/perf/bench/
Dnuma.c1035 int first_task, last_task; in worker_thread() local
1057 last_task = 0; in worker_thread()
1059 last_task = 1; in worker_thread()
1183 if (!last_task) in worker_thread()
/linux-4.1.27/kernel/
Dcgroup.c2629 struct task_struct *last_task = NULL, *task; in cgroup_update_dfl_csses() local
2658 if (WARN(last_task == task, in cgroup_update_dfl_csses()
2661 last_task = task; in cgroup_update_dfl_csses()