Home
last modified time | relevance | path

Searched refs:nfs_nameid_mutex (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfsport.h679 #define NFSNAMEIDMUTEX extern struct kmutex nfs_nameid_mutex
680 #define NFSLOCKNAMEID() mutex_enter(&nfs_nameid_mutex)
681 #define NFSUNLOCKNAMEID() mutex_exit(&nfs_nameid_mutex)
682 #define NFSNAMEIDREQUIRED() mutex_owned(&nfs_nameid_mutex)
Dnfs_commonport.c131 struct mtx nfs_nameid_mutex; variable
705 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent()
729 mtx_destroy(&nfs_nameid_mutex); in nfscommon_modevent()