Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/rfcomm/
Dcore.c45 static struct task_struct *rfcomm_thread; variable
2190 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); in rfcomm_init()
2191 if (IS_ERR(rfcomm_thread)) { in rfcomm_init()
2192 err = PTR_ERR(rfcomm_thread); in rfcomm_init()
2219 kthread_stop(rfcomm_thread); in rfcomm_init()
2233 kthread_stop(rfcomm_thread); in rfcomm_exit()