Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c356 if (cccp->ccc_waitq_frozen) { in ghd_waitq_process_and_mutex_hold()
379 cccp->ccc_waitq_frozen = 0; in ghd_waitq_process_and_mutex_hold()
H A Dghd_timer.c277 if (cccp->ccc_waitq_frozen) { in ghd_timeout()
444 if (action == GACTION_RESET_BUS && cccp->ccc_waitq_frozen) { in ghd_timer_newstate()
574 } else if (cccp->ccc_waitq_frozen) { in ghd_timeout_softintr()
H A Dghd.h201 char ccc_waitq_frozen; /* ccc_waitq_freezetime non-null */ member
H A Dghd.c904 cccp->ccc_waitq_frozen = 1; in ghd_freeze_waitq()