Searched defs:ntwdt_wdog_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c207 * The centralizing concept is that the ntwdt_wdog_mutex
211 * As a result, any base level code grabs ntwdt_wdog_mutex
216 * first grabs ntwdt_wdog_mutex, and so base level is
221 * locking order must be followed: ntwdt_wdog_mutex is
224 * for ntwdt_wdog_mutex is MUCH greater than that of
226 * ntwdt_wdog_mutex do not even require ntwdt_mutex to
362 kmutex_t ntwdt_wdog_mutex; member in struct:__anon9807
629 * Create an iblock-cookie so that ntwdt_wdog_mutex can be
635 "for ntwdt_wdog_mutex");
638 mutex_init(&wdog_state->ntwdt_wdog_mutex, NUL
[all...]

Completed in 47 milliseconds