rfcomm_thread 45 net/bluetooth/rfcomm/core.c static struct task_struct *rfcomm_thread; rfcomm_thread 2181 net/bluetooth/rfcomm/core.c rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); rfcomm_thread 2182 net/bluetooth/rfcomm/core.c if (IS_ERR(rfcomm_thread)) { rfcomm_thread 2183 net/bluetooth/rfcomm/core.c err = PTR_ERR(rfcomm_thread); rfcomm_thread 2210 net/bluetooth/rfcomm/core.c kthread_stop(rfcomm_thread); rfcomm_thread 2224 net/bluetooth/rfcomm/core.c kthread_stop(rfcomm_thread);