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

  /src/sys/fs/nfs/common/
nfsport.h 683 #define NFSCLSTATEMUTEX extern struct kmutex nfs_clstate_mutex
684 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)
685 #define NFSLOCKCLSTATE() mutex_enter(&nfs_clstate_mutex)
686 #define NFSUNLOCKCLSTATE() mutex_exit(&nfs_clstate_mutex)
  /src/sys/fs/nfs/client/
nfs_clport.c 91 struct mtx nfs_clstate_mutex; variable in typeref:struct:mtx
1390 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL,
1415 mtx_destroy(&nfs_clstate_mutex);

Completed in 79 milliseconds