Searched refs:q_wait (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | strsubr.c | 705 cv_init(&qp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor() 720 cv_init(&wqp->q_wait, NULL, CV_DEFAULT, NULL); in queue_constructor() 761 cv_destroy(&qp->q_wait); in queue_destructor() 764 cv_destroy(&wqp->q_wait); in queue_destructor() 1426 cv_wait(&qp->q_wait, QLOCK(qp)); in wait_svc() 1430 cv_wait(&wqp->q_wait, QLOCK(wqp)); in wait_svc() 1967 cv_broadcast(&rq->q_wait); in mlink_file() 1968 cv_broadcast(&_WR(rq)->q_wait); in mlink_file() 3012 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq() 3016 sleepon = &stp->sd_wrq->q_wait; in strwaitq() [all …]
|
H A D | streamio.c | 718 if (str_cv_wait(&qp->q_wait, &stp->sd_lock, in strclose() 1624 cv_broadcast(&q->q_wait); in strrput() 1830 cv_broadcast(&q->q_wait); in strrput() 1834 cv_broadcast(&_WR(q)->q_wait); in strrput() 1986 cv_broadcast(&q->q_wait); /* readers */ in strrput_nondata() 1987 cv_broadcast(&_WR(q)->q_wait); /* writers */ in strrput_nondata() 2034 cv_broadcast(&q->q_wait); /* the readers */ in strrput_nondata() 2035 cv_broadcast(&_WR(q)->q_wait); /* the writers */ in strrput_nondata() 2093 cv_broadcast(&q->q_wait); /* the readers */ in strrput_nondata() 2094 cv_broadcast(&_WR(q)->q_wait); /* the writers */ in strrput_nondata() [all …]
|
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.h | 440 struct aac_cmd_queue q_wait[AAC_CMDQ_NUM]; member
|
H A D | aac.c | 844 aac_cmd_initq(&softs->q_wait[i]); in aac_attach() 1282 aac_cmd_delete(&softs->q_wait[q], acp); in aac_end_io() 4353 while ((acp = softs->q_wait[i].q_head) != NULL) in aac_abort_iocmds() 6008 if (softs->q_wait[AAC_CMDQ_SYNC].q_head) in aac_start_waiting_io() 6009 aac_start_waitq(softs, &softs->q_wait[AAC_CMDQ_SYNC]); in aac_start_waiting_io() 6010 if (softs->q_wait[AAC_CMDQ_ASYNC].q_head) in aac_start_waiting_io() 6011 aac_start_waitq(softs, &softs->q_wait[AAC_CMDQ_ASYNC]); in aac_start_waiting_io() 6248 aac_cmd_enqueue(&softs->q_wait[AAC_CMDQ(acp)], acp); in aac_do_io()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stream.h | 130 kcondvar_t q_wait; /* NOLK: read/write sleep CV */ member
|
/titanic_44/usr/src/uts/common/io/ |
H A D | stream.c | 3568 cv_broadcast(&stp->sd_wrq->q_wait); in strwakeq() 3582 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); in strwakeq() 3600 cv_broadcast(&stp->sd_wrq->q_wait); in strwakeq() 3731 cv_broadcast(&qp->q_wait); in rwnext_exit()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1627 cv_broadcast(&stp->sd_wrq->q_wait); in strsock_discon_ind()
|