Searched refs:ori_prio (Results 1 – 1 of 1) sorted by relevance
2770 int ori_prio; in ssv6xxx_encrypt_task() local2775 ori_prio = this_task->prio; in ssv6xxx_encrypt_task()2777 cur_prio = ori_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()2828 if (cur_prio != ori_prio) in ssv6xxx_encrypt_task()2830 struct sched_param sp = { .sched_priority = ori_prio }; in ssv6xxx_encrypt_task()2835 cur_prio = ori_prio; in ssv6xxx_encrypt_task()