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

  /src/sys/fs/nfs/common/
nfsport.h 687 #define NFSDLOCKMUTEX extern struct kmutex newnfsd_mtx
688 #define NFSDLOCKMUTEXPTR (&newnfsd_mtx)
689 #define NFSD_LOCK() mutex_enter(&newnfsd_mtx)
690 #define NFSD_UNLOCK() mutex_exit(&newnfsd_mtx)
691 #define NFSD_LOCK_ASSERT() mutex_owned(&newnfsd_mtx)
692 #define NFSD_UNLOCK_ASSERT() !mutex_owned(&newnfsd_mtx)
nfs_commonport.c 125 * newnfsd_mtx is used in nfsrvd_nfsd() to protect the nfs socket list
128 struct mtx newnfsd_mtx; variable in typeref:struct:mtx
665 mtx_init(&newnfsd_mtx, "newnfsd_mtx", NULL, MTX_DEF);
730 mtx_destroy(&newnfsd_mtx);

Completed in 13 milliseconds