Searched refs:dm_thread (Results 1 – 2 of 2) sorted by relevance
1747 wake_up_process(mhba->dm_thread); in mvumi_launch_events()2423 mhba->dm_thread = kthread_create(mvumi_rescan_bus, in mvumi_io_attach()2425 if (IS_ERR(mhba->dm_thread)) { in mvumi_io_attach()2428 ret = PTR_ERR(mhba->dm_thread); in mvumi_io_attach()2433 wake_up_process(mhba->dm_thread); in mvumi_io_attach()2542 if (mhba->dm_thread) { in mvumi_detach_one()2543 kthread_stop(mhba->dm_thread); in mvumi_detach_one()2544 mhba->dm_thread = NULL; in mvumi_detach_one()
540 struct task_struct *dm_thread; member