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

  /src/sys/fs/nfs/common/
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);
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 22 milliseconds