OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newnfsd_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfsport.h
687
#define NFSDLOCKMUTEX extern struct kmutex
newnfsd_mtx
688
#define NFSDLOCKMUTEXPTR (&
newnfsd_mtx
)
689
#define NFSD_LOCK() mutex_enter(&
newnfsd_mtx
)
690
#define NFSD_UNLOCK() mutex_exit(&
newnfsd_mtx
)
691
#define NFSD_LOCK_ASSERT() mutex_owned(&
newnfsd_mtx
)
692
#define NFSD_UNLOCK_ASSERT() !mutex_owned(&
newnfsd_mtx
)
nfs_commonport.c
125
*
newnfsd_mtx
is used in nfsrvd_nfsd() to protect the nfs socket list
128
struct mtx
newnfsd_mtx
;
variable in typeref:struct:mtx
665
mtx_init(&
newnfsd_mtx
, "
newnfsd_mtx
", NULL, MTX_DEF);
730
mtx_destroy(&
newnfsd_mtx
);
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025