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.h41 typedef struct mmp_thread { struct
42 kmutex_t mmp_thread_lock; /* protect thread mgmt fields */ argument
43 kcondvar_t mmp_thread_cv; argument
44 kthread_t *mmp_thread; member
45 uint8_t mmp_thread_exiting; argument
56 } mmp_thread_t; argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c544 mmp_thread(void *arg) in mmp_thread() function