Home
last modified time | relevance | path

Searched refs:ccc_hba_mutex (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c98 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_complete()
329 mutex_init(&cccp->ccc_hba_mutex, NULL, MUTEX_DRIVER, cccp->ccc_iblock); in ghd_register()
340 mutex_destroy(&cccp->ccc_hba_mutex); in ghd_register()
349 mutex_destroy(&cccp->ccc_hba_mutex); in ghd_register()
367 mutex_destroy(&cccp->ccc_hba_mutex); in ghd_register()
382 mutex_destroy(&cccp->ccc_hba_mutex); in ghd_unregister()
395 kmutex_t *hba_mutexp = &cccp->ccc_hba_mutex; in ghd_intr()
454 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_poll()
546 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_poll()
560 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_poll()
[all …]
H A Dghd_waitq.c80 mutex_enter(&cccp->ccc_hba_mutex); in ghd_target_init()
154 mutex_enter(&cccp->ccc_hba_mutex); in ghd_target_free()
258 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_waitq_delete()
329 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_waitq_process_and_mutex_hold()
412 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_waitq_process_and_mutex_hold()
420 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_waitq_process_and_mutex_exit()
433 mutex_exit(&cccp->ccc_hba_mutex); in ghd_waitq_process_and_mutex_exit()
H A Dghd_timer.c327 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_timer_newstate()
559 mutex_enter(&cccp->ccc_hba_mutex); in ghd_timeout_softintr()
574 mutex_enter(&cccp->ccc_hba_mutex); in ghd_timeout_softintr()
600 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_timer_poll()
673 ASSERT(mutex_owned(&cccp->ccc_hba_mutex)); in ghd_timeout_get()
H A Dghd_debug.c70 P->ccc_soft_id, &P->ccc_hba_mutex, &P->ccc_hba_pollmode); in ghd_dump_ccc()
H A Dghd.h174 kmutex_t ccc_hba_mutex; /* mutex for HBA soft-state */ member
/titanic_50/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h161 kmutex_t ccc_hba_mutex; /* mutex for HBA soft-state */ member
184 _NOTE(MUTEX_PROTECTS_DATA(cmd_ctl::ccc_hba_mutex, cmd_ctl::ccc_hba_dip))
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c484 mutex_enter(&ata_ctlp->ac_ccc.ccc_hba_mutex); in ata_attach()
579 mutex_exit(&ata_ctlp->ac_ccc.ccc_hba_mutex); in ata_attach()
587 mutex_exit(&ata_ctlp->ac_ccc.ccc_hba_mutex); in ata_attach()