Searched refs:nfsclds_mtx (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/nfs/common/
H A Dnfsclstate.h80 kmutex_t nfsclds_mtx; member in struct:nfsclds
H A Dnfsport.h707 #define NFSLOCKDS(d) mutex_enter(&((d)->nfsclds_mtx))
708 #define NFSUNLOCKDS(d) mutex_exit(&((d)->nfsclds_mtx))
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clrpcops.c878 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF);
4548 mtx_init(&dsp->nfsclds_mtx, "nfsds", NULL, MTX_DEF);
5844 NFSFREEMUTEX(&dsp->nfsclds_mtx);

Completed in 194 milliseconds