HomeSort by: relevance | last modified time | path
    Searched refs:nfs_nameid_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonport.c 131 struct mtx nfs_nameid_mutex; variable in typeref:struct:mtx
705 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF);
729 mtx_destroy(&nfs_nameid_mutex);
nfsport.h 679 #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)

Completed in 52 milliseconds