Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dmvumi.c1747 wake_up_process(mhba->dm_thread); in mvumi_launch_events()
2419 mhba->dm_thread = kthread_create(mvumi_rescan_bus, in mvumi_io_attach()
2421 if (IS_ERR(mhba->dm_thread)) { in mvumi_io_attach()
2424 ret = PTR_ERR(mhba->dm_thread); in mvumi_io_attach()
2429 wake_up_process(mhba->dm_thread); in mvumi_io_attach()
2538 if (mhba->dm_thread) { in mvumi_detach_one()
2539 kthread_stop(mhba->dm_thread); in mvumi_detach_one()
2540 mhba->dm_thread = NULL; in mvumi_detach_one()
Dmvumi.h540 struct task_struct *dm_thread; member