Searched refs:this_task (Results 1 – 1 of 1) sorted by relevance
615 struct task_desc *this_task = parms->task; in thread_func() local624 sprintf(comm2, ":%s", this_task->comm); in thread_func()630 ret = sem_post(&this_task->ready_for_work); in thread_func()637 for (i = 0; i < this_task->nr_events; i++) { in thread_func()638 this_task->curr_event = i; in thread_func()639 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()643 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()644 ret = sem_post(&this_task->work_done_sem); in thread_func()