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

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

Completed in 61 milliseconds