Searched refs:ntwdt_mutex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c121 kmutex_t ntwdt_mutex; member in struct:__anon10297
272 mutex_init(&ntwdt_ptr->ntwdt_mutex, NULL,
336 mutex_destroy(&ntwdt_ptr->ntwdt_mutex);
406 mutex_destroy(&ntwdt_ptr->ntwdt_mutex);
437 mutex_enter(&ntwdt_ptr->ntwdt_mutex);
443 mutex_exit(&ntwdt_ptr->ntwdt_mutex);
459 mutex_enter(&ntwdt_ptr->ntwdt_mutex);
461 mutex_exit(&ntwdt_ptr->ntwdt_mutex);
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c219 * Note there's another mutex in the softstate: ntwdt_mutex.
222 * held first, and then ntwdt_mutex. This choice results
225 * ntwdt_mutex. As a result, almost all uses of
226 * ntwdt_wdog_mutex do not even require ntwdt_mutex to
392 kmutex_t ntwdt_mutex; member in struct:__anon9808
618 mutex_init(&ntwdt_ptr->ntwdt_mutex, NULL,
701 mutex_destroy(&ntwdt_ptr->ntwdt_mutex);
828 mutex_destroy(&ntwdt_ptr->ntwdt_mutex);
994 mutex_enter(&ntwdt_ptr->ntwdt_mutex);
999 mutex_exit(&ntwdt_ptr->ntwdt_mutex);
[all...]

Completed in 177 milliseconds