Home
last modified time | relevance | path

Searched refs:nfsrc_udpmtx (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdcache.c164 extern struct mtx nfsrc_udpmtx;
297 return (&nfsrc_udpmtx); in nfsrc_cachemutex()
822 mtx_lock(&nfsrc_udpmtx); in nfsrvd_cleancache()
829 mtx_unlock(&nfsrc_udpmtx); in nfsrvd_cleancache()
869 mtx_lock(&nfsrc_udpmtx); in nfsrc_trimcache()
879 mtx_unlock(&nfsrc_udpmtx); in nfsrc_trimcache()
Dnfs_nfsdport.c82 struct mtx nfsrc_udpmtx; variable
5809 mtx_init(&nfsrc_udpmtx, "nfsuc", NULL, MTX_DEF); in nfsd_modevent()
5858 mtx_destroy(&nfsrc_udpmtx); in nfsd_modevent()