Home
last modified time | relevance | path

Searched defs:mmp_thread (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dmmp.h42 typedef struct mmp_thread { struct
43 kmutex_t mmp_thread_lock; /* protect thread mgmt fields */ argument
44 kcondvar_t mmp_thread_cv; argument
45 kthread_t *mmp_thread; member
46 uint8_t mmp_thread_exiting; argument
60 } mmp_thread_t; argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c655 mmp_thread(void *arg) in mmp_thread() function