Home
last modified time | relevance | path

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

/src/sys/dev/mpt/
H A Dmpt_raid.c641 &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()
H A Dmpt.h634 struct proc *raid_thread; member