Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dmvumi.c1747 wake_up_process(mhba->dm_thread); in mvumi_launch_events()
2420 mhba->dm_thread = kthread_create(mvumi_rescan_bus, in mvumi_io_attach()
2422 if (IS_ERR(mhba->dm_thread)) { in mvumi_io_attach()
2425 ret = PTR_ERR(mhba->dm_thread); in mvumi_io_attach()
2430 wake_up_process(mhba->dm_thread); in mvumi_io_attach()
2539 if (mhba->dm_thread) { in mvumi_detach_one()
2540 kthread_stop(mhba->dm_thread); in mvumi_detach_one()
2541 mhba->dm_thread = NULL; in mvumi_detach_one()
H A Dmvumi.h549 struct task_struct *dm_thread; member