Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/
Dmv_cesa.c88 struct task_struct *queue_th; member
159 wake_up_process(cpg->queue_th); in mv_completion_timer_callback()
649 wake_up_process(cpg->queue_th); in mv_handle_req()
922 wake_up_process(cpg->queue_th); in crypto_int()
1076 cp->queue_th = kthread_run(queue_manag, cp, "mv_crypto"); in mv_probe()
1077 if (IS_ERR(cp->queue_th)) { in mv_probe()
1078 ret = PTR_ERR(cp->queue_th); in mv_probe()
1136 kthread_stop(cp->queue_th); in mv_probe()
1157 kthread_stop(cp->queue_th); in mv_remove()