Searched refs:nfs_clstate_mutex (Results 1 – 2 of 2) sorted by relevance
816 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex817 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)818 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)819 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)
147 struct mtx nfs_clstate_mutex; variable802 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, MTX_DEF); in newnfs_portinit()944 mtx_destroy(&nfs_clstate_mutex); in nfscommon_modevent()