Searched refs:nfsrc_udpmtx (Results 1 – 2 of 2) sorted by relevance
164 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()
82 struct mtx nfsrc_udpmtx; variable5809 mtx_init(&nfsrc_udpmtx, "nfsuc", NULL, MTX_DEF); in nfsd_modevent()5858 mtx_destroy(&nfsrc_udpmtx); in nfsd_modevent()