Searched refs:ccc_reset_notify_mutex (Results 1 – 3 of 3) sorted by relevance
246 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()
81 &P->ccc_reset_notify_mutex); in ghd_dump_ccc()
201 kmutex_t ccc_reset_notify_mutex; /* and a mutex to protect it */ member