Searched refs:rfcomm_thread (Results 1 – 1 of 1) sorted by relevance
43 static struct task_struct *rfcomm_thread; variable2303 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); in rfcomm_init()2304 if (IS_ERR(rfcomm_thread)) { in rfcomm_init()2305 err = PTR_ERR(rfcomm_thread); in rfcomm_init()2332 kthread_stop(rfcomm_thread); in rfcomm_init()2346 kthread_stop(rfcomm_thread); in rfcomm_exit()