Searched refs:raid_thread (Results 1 – 2 of 2) sorted by relevance
641 &mpt->raid_thread, /*flags*/0, /*altstack*/0, in mpt_spawn_raid_thread()655 if (mpt->raid_thread == NULL) { in mpt_terminate_raid_thread()664 mpt_sleep(mpt, &mpt->raid_thread, PUSER, "thtrm", 0); in mpt_terminate_raid_thread()719 mpt->raid_thread = NULL; in mpt_raid_thread()720 wakeup(&mpt->raid_thread); in mpt_raid_thread()
634 struct proc *raid_thread; member