Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c1933 (q->q_count > rbytes)) { in getq_noenab()
2036 q->q_count -= bytecnt; in getq_noenab()
2038 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in getq_noenab()
2118 if (q->q_lowat == 0 || (q->q_count < q->q_lowat && in qbackenable()
2253 q->q_count -= bytecnt; in rmvq_noenab()
2255 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in rmvq_noenab()
2303 q->q_count = 0; in flushq_common()
2344 (((q->q_count < q->q_lowat) && in flushq_common()
2409 q->q_count = 0; in flushband()
2433 (((q->q_count < q->q_lowat) && in flushband()
[all …]
H A Dtty_pts.c920 if (q->q_count <= q->q_lowat) in ptslrserv()
H A Dldterm.c1200 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrput()
1217 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrput()
1466 q->q_count >= TTXOHI) { in ldtermrput()
1526 !(tp->t_state & TS_IFBLOCK) && q->q_count <= TTXOLO) { in ldtermrsrv()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h122 size_t q_count; /* Q9S: number of bytes on Q */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1074 _WR(q)->q_count, _RD(q)->q_count, info1); in print_qpair()
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c515 (on_intr || log_freeq->q_count > log_freeq->q_lowat)) in log_makemsg()
H A Dstrsubr.c698 qp->q_count = 0; in queue_constructor()
713 wqp->q_count = 0; in queue_constructor()
3509 ASSERT(qp->q_count == 0 && wqp->q_count == 0); in freeq()
7611 if (q->q_mblkcnt == 0 || ((q->q_count < q->q_hiwat) && in clr_qfull()
7625 (((q->q_count < q->q_lowat) && in clr_qfull()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1502 vap->va_size = (u_offset_t)qp->q_count; in fifo_getattr()