OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dirhashmutex
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_dirhash.c
56
* The global dirhash_queue is protected by the
dirhashmutex
. This lock is
71
static kmutex_t
dirhashmutex
;
variable in typeref:typename:kmutex_t
96
mutex_init(&
dirhashmutex
, MUTEX_DEFAULT, IPL_NONE);
130
mutex_destroy(&
dirhashmutex
);
185
mutex_enter(&
dirhashmutex
);
187
mutex_exit(&
dirhashmutex
);
209
mutex_enter(&
dirhashmutex
);
216
mutex_exit(&
dirhashmutex
);
225
mutex_enter(&
dirhashmutex
);
227
mutex_exit(&
dirhashmutex
);
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025