Home
last modified time | relevance | path

Searched refs:sd_ciputctrl (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h226 ciputctrl_t *sd_ciputctrl; member
820 if ((stp)->sd_ciputctrl != NULL) { \
823 ciputctrl_t *cip = (stp)->sd_ciputctrl; \
832 if ((stp)->sd_ciputctrl != NULL) { \
835 ciputctrl_t *cip = (stp)->sd_ciputctrl; \
/titanic_41/usr/src/uts/common/os/
H A Dputnext.c166 if (stp->sd_ciputctrl != NULL) { in putnext()
168 sdlock = &stp->sd_ciputctrl[ix].ciputctrl_lock; in putnext()
H A Dddi.c501 if (stp->sd_ciputctrl != NULL) { in canputnext()
503 sdlock = &stp->sd_ciputctrl[ix].ciputctrl_lock; in canputnext()
H A Dstrsubr.c3301 stp->sd_ciputctrl = NULL; in shalloc()
3330 if (stp->sd_ciputctrl != NULL) { in shfree()
3332 SUMCHECK_CIPUTCTRL_COUNTS(stp->sd_ciputctrl, in shfree()
3335 kmem_cache_free(ciputctrl_cache, stp->sd_ciputctrl); in shfree()
3336 stp->sd_ciputctrl = NULL; in shfree()
/titanic_41/usr/src/uts/common/io/
H A Dstream.c4156 if (stream != 0 && stp->sd_ciputctrl == NULL) { in create_putlocks()
4160 if (stp->sd_ciputctrl != NULL) { in create_putlocks()
4173 stp->sd_ciputctrl = cip; in create_putlocks()