Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpt/
H A Dmpt_raid.c642 &mpt->raid_thread, /*flags*/0, /*altstack*/0, in mpt_spawn_raid_thread()
656 if (mpt->raid_thread == NULL) { in mpt_terminate_raid_thread()
665 mpt_sleep(mpt, &mpt->raid_thread, PUSER, "thtrm", 0); in mpt_terminate_raid_thread()
720 mpt->raid_thread = NULL; in mpt_raid_thread()
721 wakeup(&mpt->raid_thread); in mpt_raid_thread()
H A Dmpt.h634 struct proc *raid_thread; member