Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c294 if (GDEV_NACTIVE(gdevp) == 0 || GHBA_NACTIVE(cccp) == 0) in ghd_waitq_delete()
298 GHBA_NACTIVE(cccp)--; in ghd_waitq_delete()
339 if (GHBA_NACTIVE(cccp) >= GHBA_MAXACTIVE(cccp)) { in ghd_waitq_process_and_mutex_hold()
344 GHBA_NACTIVE(cccp), in ghd_waitq_process_and_mutex_hold()
386 GHBA_NACTIVE(cccp)++; in ghd_waitq_process_and_mutex_hold()
399 GHBA_NACTIVE(cccp)--; in ghd_waitq_process_and_mutex_hold()
410 (void *)cccp, (void *)gcmdp, GHBA_NACTIVE(cccp))); in ghd_waitq_process_and_mutex_hold()
H A Dghd.h209 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive) macro
H A Dghd.c534 if (GHBA_NACTIVE(cccp) == 0) in ghd_poll()
/titanic_41/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h192 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive) macro