Home
last modified time | relevance | path

Searched refs:ccc_activel_mutex (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c179 mutex_enter(&cccp->ccc_activel_mutex); in ghd_timeout_loop()
192 mutex_exit(&cccp->ccc_activel_mutex); in ghd_timeout_loop()
486 mutex_enter(&cccp->ccc_activel_mutex); in ghd_timer_newstate()
526 mutex_exit(&cccp->ccc_activel_mutex); in ghd_timer_newstate()
676 mutex_enter(&cccp->ccc_activel_mutex); in ghd_timeout_get()
685 mutex_exit(&cccp->ccc_activel_mutex); in ghd_timeout_get()
691 mutex_exit(&cccp->ccc_activel_mutex); in ghd_timeout_get()
791 mutex_init(&cccp->ccc_activel_mutex, NULL, MUTEX_DRIVER, iblock); in ghd_timer_attach()
852 mutex_destroy(&cccp->ccc_activel_mutex); in ghd_timer_detach()
871 mutex_enter(&cccp->ccc_activel_mutex); in ghd_timer_start()
[all …]
H A Dghd.h165 kmutex_t ccc_activel_mutex; /* mutex to protect list ... */ member
367 mutex_enter(&(cccp)->ccc_activel_mutex);\
369 mutex_exit(&(cccp)->ccc_activel_mutex); \
H A Dghd_debug.c64 P->ccc_nextp, P->ccc_tmrp, P->ccc_label, &P->ccc_activel_mutex); in ghd_dump_ccc()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h154 kmutex_t ccc_activel_mutex; /* mutex to protect list ... */ member
183 _NOTE(MUTEX_PROTECTS_DATA(cmd_ctl::ccc_activel_mutex, cmd_ctl::ccc_activel))
327 mutex_enter(&(cccp)->ccc_activel_mutex); \
329 mutex_exit(&(cccp)->ccc_activel_mutex); \