Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfs/
Dnfsport.h615 #define NFSCLSTATEMUTEX extern struct mtx nfs_clstate_mutex
616 #define NFSCLSTATEMUTEXPTR (&nfs_clstate_mutex)
617 #define NFSLOCKCLSTATE() mtx_lock(&nfs_clstate_mutex)
618 #define NFSUNLOCKCLSTATE() mtx_unlock(&nfs_clstate_mutex)
Dnfs_commonport.c132 struct mtx nfs_clstate_mutex; variable
582 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, MTX_DEF); in newnfs_portinit()
648 mtx_destroy(&nfs_clstate_mutex); in nfscommon_modevent()