Searched refs:client_thread (Results 1 – 1 of 1) sorted by relevance
20 static struct task_struct *client_thread; variable204 client_thread = kthread_run(cosm_scif_client, NULL, "cosm_client"); in cosm_scif_probe()205 if (IS_ERR(client_thread)) { in cosm_scif_probe()206 rc = PTR_ERR(client_thread); in cosm_scif_probe()230 if (!IS_ERR_OR_NULL(client_thread)) { in cosm_scif_remove()231 rc = send_sig(SIGKILL, client_thread, 0); in cosm_scif_remove()237 kthread_stop(client_thread); in cosm_scif_remove()