Searched refs:nfs_nameid_mutex (Results 1 – 2 of 2) sorted by relevance
811 #define NFSNAMEIDMUTEX extern struct mtx nfs_nameid_mutex812 #define NFSNAMEIDMUTEXPTR (&nfs_nameid_mutex)813 #define NFSLOCKNAMEID() mtx_lock(&nfs_nameid_mutex)814 #define NFSUNLOCKNAMEID() mtx_unlock(&nfs_nameid_mutex)815 #define NFSNAMEIDREQUIRED() mtx_assert(&nfs_nameid_mutex, MA_OWNED)
144 struct mtx nfs_nameid_mutex; variable920 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent()941 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()