Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c46 static struct task_struct *rfcomm_thread; variable
2225 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); in rfcomm_init()
2226 if (IS_ERR(rfcomm_thread)) { in rfcomm_init()
2227 err = PTR_ERR(rfcomm_thread); in rfcomm_init()
2254 kthread_stop(rfcomm_thread); in rfcomm_init()
2268 kthread_stop(rfcomm_thread); in rfcomm_exit()