Searched refs:nfs_clstate_mutex (Results 1 – 2 of 2) sorted by relevance
614 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex615 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)616 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)617 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)
81 struct mtx nfs_clstate_mutex; variable1310 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, in nfscl_modevent()1335 mtx_destroy(&nfs_clstate_mutex); in nfscl_modevent()