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

/net/bluetooth/rfcomm/
H A Dcore.c45 static struct task_struct *rfcomm_thread; variable in typeref:struct:task_struct
106 if (!rfcomm_thread)
108 wake_up_process(rfcomm_thread);
2208 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd");
2209 if (IS_ERR(rfcomm_thread)) {
2210 err = PTR_ERR(rfcomm_thread);
2237 kthread_stop(rfcomm_thread);
2251 kthread_stop(rfcomm_thread);

Completed in 6 milliseconds