Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h233 ciputctrl_t *sd_ciputctrl; member
838 if ((stp)->sd_ciputctrl != NULL) { \
841 ciputctrl_t *cip = (stp)->sd_ciputctrl; \
850 if ((stp)->sd_ciputctrl != NULL) { \
853 ciputctrl_t *cip = (stp)->sd_ciputctrl; \
/illumos-gate/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.c3325 stp->sd_ciputctrl = NULL; in shalloc()
3354 if (stp->sd_ciputctrl != NULL) { in shfree()
3356 SUMCHECK_CIPUTCTRL_COUNTS(stp->sd_ciputctrl, in shfree()
3359 kmem_cache_free(ciputctrl_cache, stp->sd_ciputctrl); in shfree()
3360 stp->sd_ciputctrl = NULL; in shfree()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c4143 if (stream != 0 && stp->sd_ciputctrl == NULL) { in create_putlocks()
4147 if (stp->sd_ciputctrl != NULL) { in create_putlocks()
4160 stp->sd_ciputctrl = cip; in create_putlocks()