Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c3004 kcondvar_t *sleepon; in strwaitq() local
3012 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq()
3016 sleepon = &stp->sd_wrq->q_wait; in strwaitq()
3094 rval = str_cv_wait(sleepon, &stp->sd_lock, timout, flag & STR_NOSIG); in strwaitq()
3105 cv_broadcast(sleepon); in strwaitq()