Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h60 extern struct mtx zfs_debug_mtx;
63 mtx_lock(&zfs_debug_mtx); \
70 mtx_unlock(&zfs_debug_mtx); \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c80 struct mtx zfs_debug_mtx; variable
81 MTX_SYSINIT(zfs_debug_mtx, &zfs_debug_mtx, "zfs_debug", MTX_DEF);