Searched refs:t_ccc_listp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c256 if ((cccp = tmrp->t_ccc_listp) == NULL) {
797 cccp->ccc_nextp = tmrp->t_ccc_listp;
798 tmrp->t_ccc_listp = cccp;
834 prevpp = &tmrp->t_ccc_listp;
H A Dghd.h150 kmutex_t t_mutex; /* mutex to protect t_ccc_listp */
154 struct cmd_ctl *t_ccc_listp; /* control struct list, one per HBA */ member in struct:tmr_conf
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h133 kmutex_t t_mutex; /* mutex to protect t_ccc_listp */
137 struct cmd_ctl *t_ccc_listp; /* control struct list, one per HBA */ member in struct:tmr_conf
139 _NOTE(MUTEX_PROTECTS_DATA(tmr_t::t_mutex, tmr_t::t_ccc_listp))

Completed in 48 milliseconds