OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfskq_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/nfs/
nfs_kq.c
67
static kmutex_t
nfskq_lock
;
variable in typeref:typename:kmutex_t
77
mutex_init(&
nfskq_lock
, MUTEX_DEFAULT, IPL_NONE);
86
mutex_enter(&
nfskq_lock
);
90
cv_wait(&nfskq_cv, &
nfskq_lock
);
92
mutex_exit(&
nfskq_lock
);
94
mutex_destroy(&
nfskq_lock
);
121
mutex_enter(&
nfskq_lock
);
133
mutex_exit(&
nfskq_lock
);
167
mutex_enter(&
nfskq_lock
);
175
mutex_exit(&
nfskq_lock
);
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025