Searched refs:ccc_waitq (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/ |
H A D | ghd.h | 166 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 D | ghd_waitq.h | 84 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
|
/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd.h | 179 Q_t ccc_waitq; /* the HBA's wait queue */ member 207 #define GHBA_QHEAD(cccp) ((cccp)->ccc_waitq.Q_qhead) 208 #define GHBA_MAXACTIVE(cccp) ((cccp)->ccc_waitq.Q_maxactive) 209 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive)
|
H A D | ghd_waitq.c | 336 (void *)cccp, (void *)&cccp->ccc_waitq)); in ghd_waitq_process_and_mutex_hold() 343 (void *)&cccp->ccc_waitq, in ghd_waitq_process_and_mutex_hold()
|
H A D | ghd_debug.c | 72 &P->ccc_devs, &P->ccc_waitq_mutex, &P->ccc_waitq); in ghd_dump_ccc()
|
H A D | ghd_waitq.h | 84 GHD_WAITQ_INIT(&(gdevp)->gd_waitq, &(cccp)->ccc_waitq, (max)); \
|
/titanic_41/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_common.c | 1109 GHD_WAITQ_INIT(&ata_ctlp->ac_ccc.ccc_waitq, NULL, 1); in ata_init_controller()
|