Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/rfcomm/
Dcore.c59 static struct task_struct *rfcomm_thread; variable
121 if (!rfcomm_thread) in rfcomm_schedule()
124 wake_up_process(rfcomm_thread); in rfcomm_schedule()
2159 rfcomm_thread = kthread_run(rfcomm_run, NULL, "krfcommd"); in rfcomm_init()
2160 if (IS_ERR(rfcomm_thread)) { in rfcomm_init()
2161 err = PTR_ERR(rfcomm_thread); in rfcomm_init()
2188 kthread_stop(rfcomm_thread); in rfcomm_init()
2202 kthread_stop(rfcomm_thread); in rfcomm_exit()