OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sysmon_wdog_list_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/sysmon/
sysmon_wdog.c
64
static kmutex_t
sysmon_wdog_list_mtx
, sysmon_wdog_mtx;
variable in typeref:typename:kmutex_t
92
mutex_init(&
sysmon_wdog_list_mtx
, MUTEX_DEFAULT, IPL_NONE);
135
mutex_destroy(&
sysmon_wdog_list_mtx
);
293
mutex_enter(&
sysmon_wdog_list_mtx
);
306
mutex_exit(&
sysmon_wdog_list_mtx
);
330
mutex_enter(&
sysmon_wdog_list_mtx
);
346
mutex_exit(&
sysmon_wdog_list_mtx
);
360
mutex_enter(&
sysmon_wdog_list_mtx
);
364
rc = cv_wait_sig(&sysmon_wdog_cv, &
sysmon_wdog_list_mtx
);
370
mutex_exit(&
sysmon_wdog_list_mtx
);
[
all
...]
sysmon_wdog.c
64
static kmutex_t
sysmon_wdog_list_mtx
, sysmon_wdog_mtx;
variable in typeref:typename:kmutex_t
92
mutex_init(&
sysmon_wdog_list_mtx
, MUTEX_DEFAULT, IPL_NONE);
135
mutex_destroy(&
sysmon_wdog_list_mtx
);
293
mutex_enter(&
sysmon_wdog_list_mtx
);
306
mutex_exit(&
sysmon_wdog_list_mtx
);
330
mutex_enter(&
sysmon_wdog_list_mtx
);
346
mutex_exit(&
sysmon_wdog_list_mtx
);
360
mutex_enter(&
sysmon_wdog_list_mtx
);
364
rc = cv_wait_sig(&sysmon_wdog_cv, &
sysmon_wdog_list_mtx
);
370
mutex_exit(&
sysmon_wdog_list_mtx
);
[
all
...]
Completed in 52 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025