Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dmv_cesa.c93 struct task_struct *queue_th; member
164 wake_up_process(cpg->queue_th); in mv_completion_timer_callback()
654 wake_up_process(cpg->queue_th); in mv_handle_req()
927 wake_up_process(cpg->queue_th); in crypto_int()
1107 cp->queue_th = kthread_run(queue_manag, cp, "mv_crypto"); in mv_probe()
1108 if (IS_ERR(cp->queue_th)) { in mv_probe()
1109 ret = PTR_ERR(cp->queue_th); in mv_probe()
1167 kthread_stop(cp->queue_th); in mv_probe()
1184 kthread_stop(cp->queue_th); in mv_remove()