OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:todr_mutex
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_todr.c
90
static kmutex_t
todr_mutex
;
variable in typeref:typename:kmutex_t
105
mutex_init(&
todr_mutex
, MUTEX_DEFAULT, IPL_NONE);
117
mutex_enter(&
todr_mutex
);
128
mutex_exit(&
todr_mutex
);
140
return mutex_owned(&
todr_mutex
) ? true : false;
370
if (mutex_tryenter(&
todr_mutex
) == 0) {
kern_todr.c
90
static kmutex_t
todr_mutex
;
variable in typeref:typename:kmutex_t
105
mutex_init(&
todr_mutex
, MUTEX_DEFAULT, IPL_NONE);
117
mutex_enter(&
todr_mutex
);
128
mutex_exit(&
todr_mutex
);
140
return mutex_owned(&
todr_mutex
) ? true : false;
370
if (mutex_tryenter(&
todr_mutex
) == 0) {
Completed in 24 milliseconds
Indexes created Mon Sep 29 18:09:42 GMT 2025