Searched refs:dm_thread (Results 1 – 2 of 2) sorted by relevance
1747 wake_up_process(mhba->dm_thread); in mvumi_launch_events() 2421 mhba->dm_thread = kthread_create(mvumi_rescan_bus, in mvumi_io_attach() 2423 if (IS_ERR(mhba->dm_thread)) { in mvumi_io_attach() 2426 ret = PTR_ERR(mhba->dm_thread); in mvumi_io_attach() 2431 wake_up_process(mhba->dm_thread); in mvumi_io_attach() 2540 if (mhba->dm_thread) { in mvumi_detach_one() 2541 kthread_stop(mhba->dm_thread); in mvumi_detach_one() 2542 mhba->dm_thread = NULL; in mvumi_detach_one()
549 struct task_struct *dm_thread; member