Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c292 if (GDEV_NACTIVE(gdevp) == 0 || GHBA_NACTIVE(cccp) == 0) in ghd_waitq_delete()
296 GHBA_NACTIVE(cccp)--; in ghd_waitq_delete()
337 if (GHBA_NACTIVE(cccp) >= GHBA_MAXACTIVE(cccp)) { in ghd_waitq_process_and_mutex_hold()
342 GHBA_NACTIVE(cccp), in ghd_waitq_process_and_mutex_hold()
384 GHBA_NACTIVE(cccp)++; in ghd_waitq_process_and_mutex_hold()
397 GHBA_NACTIVE(cccp)--; in ghd_waitq_process_and_mutex_hold()
408 (void *)cccp, (void *)gcmdp, GHBA_NACTIVE(cccp))); in ghd_waitq_process_and_mutex_hold()
H A Dghd.h207 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive) macro
H A Dghd.c534 if (GHBA_NACTIVE(cccp) == 0) in ghd_poll()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h192 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive) macro