Searched refs:nfs_clstate_mutex (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonport.c132 struct mtx nfs_clstate_mutex; variable in typeref:struct:mtx
664 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, MTX_DEF);
730 mtx_destroy(&nfs_clstate_mutex);
H A Dnfsport.h680 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex
681 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)
682 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)
683 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)

Completed in 165 milliseconds