Home
last modified time | relevance | path

Searched refs:this_task (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c622 struct task_desc *this_task = parms->task; in thread_func() local
631 sprintf(comm2, ":%s", this_task->comm); in thread_func()
636 ret = sem_post(&this_task->ready_for_work); in thread_func()
645 for (i = 0; i < this_task->nr_events; i++) { in thread_func()
646 this_task->curr_event = i; in thread_func()
647 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()
651 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()
652 ret = sem_post(&this_task->work_done_sem); in thread_func()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c2769 struct task_struct *this_task = current; in ssv6xxx_encrypt_task() local
2775 ori_prio = this_task->prio; in ssv6xxx_encrypt_task()
2778 dev_err(sc->dev, "Crypto task %d running with priority %d.\n", this_task->pid, ori_prio); in ssv6xxx_encrypt_task()
2833 this_task->pid, sp.sched_priority); in ssv6xxx_encrypt_task()
2834 sched_setscheduler(this_task, this_task->policy, &sp); in ssv6xxx_encrypt_task()
2868 this_task->on_cpu, this_task->pid, cur_prio, skb, in ssv6xxx_encrypt_task()
2880 sched_setscheduler(this_task, this_task->policy, &sp); in ssv6xxx_encrypt_task()
2883 this_task->pid, sp.sched_priority); in ssv6xxx_encrypt_task()