Searched refs:nfs_nameid_mutex (Results 1 – 2 of 2) sorted by relevance
548 #define NFSNAMEIDMUTEX extern struct mtx nfs_nameid_mutex549 #define NFSLOCKNAMEID() mtx_lock(&nfs_nameid_mutex)550 #define NFSUNLOCKNAMEID() mtx_unlock(&nfs_nameid_mutex)551 #define NFSNAMEIDREQUIRED() mtx_assert(&nfs_nameid_mutex, MA_OWNED)
118 struct mtx nfs_nameid_mutex; variable579 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent()601 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()