Searched refs:dm_thread (Results 1 – 2 of 2) sorted by relevance
1784 wake_up_process(mhba->dm_thread); in mvumi_launch_events()2474 mhba->dm_thread = kthread_create(mvumi_rescan_bus, in mvumi_io_attach()2476 if (IS_ERR(mhba->dm_thread)) { in mvumi_io_attach()2483 wake_up_process(mhba->dm_thread); in mvumi_io_attach()2603 if (mhba->dm_thread) { in mvumi_detach_one()2604 kthread_stop(mhba->dm_thread); in mvumi_detach_one()2605 mhba->dm_thread = NULL; in mvumi_detach_one()
556 struct task_struct *dm_thread; member