Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h166 Q_t ccc_waitq; /* the HBA's wait queue */ member
186 _NOTE(MUTEX_PROTECTS_DATA(cmd_ctl::ccc_waitq_mutex, cmd_ctl::ccc_waitq))
190 #define GHBA_QHEAD(cccp) ((cccp)->ccc_waitq.Q_qhead)
191 #define GHBA_MAXACTIVE(cccp) ((cccp)->ccc_waitq.Q_maxactive)
192 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive)
H A Dghd_waitq.h84 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.h177 Q_t ccc_waitq; /* the HBA's wait queue */ member
205 #define GHBA_QHEAD(cccp) ((cccp)->ccc_waitq.Q_qhead)
206 #define GHBA_MAXACTIVE(cccp) ((cccp)->ccc_waitq.Q_maxactive)
207 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive)
H A Dghd_waitq.c334 (void *)cccp, (void *)&cccp->ccc_waitq)); in ghd_waitq_process_and_mutex_hold()
341 (void *)&cccp->ccc_waitq, in ghd_waitq_process_and_mutex_hold()
H A Dghd_debug.c70 &P->ccc_devs, &P->ccc_waitq_mutex, &P->ccc_waitq); in ghd_dump_ccc()
H A Dghd_waitq.h82 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c1111 GHD_WAITQ_INIT(&ata_ctlp->ac_ccc.ccc_waitq, NULL, 1); in ata_init_controller()