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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_raid.c640 &mpt->raid_thread, /*flags*/0, /*altstack*/0,
654 if (mpt->raid_thread == NULL) {
663 mpt_sleep(mpt, &mpt->raid_thread, PUSER, "thtrm", 0);
719 mpt->raid_thread = NULL;
720 wakeup(&mpt->raid_thread);
H A Dmpt.h637 struct proc *raid_thread; member in struct:mpt_softc

Completed in 104 milliseconds