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

  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 165 extern struct mtx nfsrc_udpmtx;
299 return (&nfsrc_udpmtx);
823 mtx_lock(&nfsrc_udpmtx);
830 mtx_unlock(&nfsrc_udpmtx);
870 mtx_lock(&nfsrc_udpmtx);
880 mtx_unlock(&nfsrc_udpmtx);
nfs_nfsdport.c 77 struct mtx nfsrc_udpmtx; variable in typeref:struct:mtx
3365 mtx_init(&nfsrc_udpmtx, "nfsuc", NULL, MTX_DEF);
3412 mtx_destroy(&nfsrc_udpmtx);

Completed in 14 milliseconds