Home
last modified time | relevance | path

Searched refs:ccc_reset_notify_mutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c246 mutex_enter(&cccp->ccc_reset_notify_mutex); in ghd_do_reset_notify_callbacks()
258 mutex_exit(&cccp->ccc_reset_notify_mutex); in ghd_do_reset_notify_callbacks()
334 mutex_init(&cccp->ccc_reset_notify_mutex, NULL, MUTEX_DRIVER, in ghd_register()
342 mutex_destroy(&cccp->ccc_reset_notify_mutex); in ghd_register()
351 mutex_destroy(&cccp->ccc_reset_notify_mutex); in ghd_register()
369 mutex_destroy(&cccp->ccc_reset_notify_mutex); in ghd_register()
854 mutex_enter(&cccp->ccc_reset_notify_mutex); in ghd_reset_notify()
857 mutex_exit(&cccp->ccc_reset_notify_mutex); in ghd_reset_notify()
865 mutex_enter(&cccp->ccc_reset_notify_mutex); in ghd_reset_notify()
878 mutex_exit(&cccp->ccc_reset_notify_mutex); in ghd_reset_notify()
H A Dghd_debug.c79 &P->ccc_reset_notify_mutex); in ghd_dump_ccc()
H A Dghd.h199 kmutex_t ccc_reset_notify_mutex; /* and a mutex to protect it */ member