Searched refs:mmp_thread (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dmmp.h40 typedef struct mmp_thread { struct
43 kthread_t *mmp_thread; member in struct:mmp_thread
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmmp.c190 static void mmp_thread(void *arg);
237 if (!mmp->mmp_thread) {
238 mmp->mmp_thread = thread_create(NULL, 0, mmp_thread,
256 while (mmp->mmp_thread) {
263 ASSERT(mmp->mmp_thread == NULL);
347 * expected if only mmp_thread writes occur.
540 mmp_thread(void *arg) function
697 mmp_thread_exit(mmp, &mmp->mmp_thread, &cpr);
713 if (mmp->mmp_thread)
[all...]
H A Dspa.c1633 if (spa->spa_mmp.mmp_thread)

Completed in 118 milliseconds