Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h280 #define mutex_owned(mp) zmutex_owned((kmutex_t *)(mp))
284 extern int zmutex_owned(kmutex_t *mp);
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c142 zmutex_owned(kmutex_t *mp) in zmutex_owned() function