Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/mpt/
H A Dmpt_raid.c646 &mpt->raid_thread, "mpt_raid%d", mpt->unit); in mpt_spawn_raid_thread()
659 if (mpt->raid_thread == NULL) { in mpt_terminate_raid_thread()
668 mpt_sleep(mpt, &mpt->raid_thread, 0, "thtrm", 0); in mpt_terminate_raid_thread()
738 mpt->raid_thread = NULL; in mpt_raid_thread()
739 wakeup(&mpt->raid_thread); in mpt_raid_thread()
H A Dmpt.h626 thread_t raid_thread; member