OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfs_slock_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfs_commonport.c
133
struct mtx
nfs_slock_mutex
;
variable in typeref:struct:mtx
707
mtx_init(&
nfs_slock_mutex
, "
nfs_slock_mutex
", NULL, MTX_DEF);
733
mtx_destroy(&
nfs_slock_mutex
);
nfsport.h
675
#define NFSSOCKMUTEX extern struct kmutex
nfs_slock_mutex
676
#define NFSSOCKMUTEXPTR (&
nfs_slock_mutex
)
677
#define NFSLOCKSOCK() mutex_enter(&
nfs_slock_mutex
)
678
#define NFSUNLOCKSOCK() mutex_exit(&
nfs_slock_mutex
)
Completed in 15 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025