Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dputnext.c207 sq->sq_count++; in putnext()
208 ASSERT(sq->sq_count != 0); /* Wraparound */ in putnext()
370 ASSERT(sq->sq_count != 0); in putnext()
371 sq->sq_count--; in putnext()
474 sq->sq_count++; in put()
475 ASSERT(sq->sq_count != 0); /* Wraparound */ in put()
637 ASSERT(sq->sq_count != 0); in put()
638 sq->sq_count--; in put()
H A Dstrsubr.c813 ASSERT(sq->sq_count == 0); in syncq_destructor()
1694 count = sq->sq_count; in wait_syncq()
1701 count = sq->sq_count; in wait_syncq()
3416 sq->sq_count = 0; in allocq()
4650 count = sq->sq_count; in strlock()
4688 count = sq->sq_count; in strlock()
5046 count = sq->sq_count; in blocksq()
5062 count = sq->sq_count; in blocksq()
5166 if (sq->sq_count == 0) { in emptysq()
5355 count = q->q_syncq->sq_count; in qclaimed()
[all …]
H A Dddi.c726 ASSERT(sq->sq_count > 0); in qwait_sig()
727 sq->sq_count--; in qwait_sig()
838 ASSERT(sq->sq_count > 0); in qwait()
839 sq->sq_count--; in qwait()
928 ASSERT(sq->sq_count > 0); in qwait_rw()
929 sq->sq_count--; in qwait_rw()
H A Devchannels.c71 #define EVCH_EVQ_EVCOUNT(x) ((&(x)->eq_eventq)->sq_count)
219 q->sq_count = 0; in evch_q_init()
232 q->sq_count++; in evch_q_in()
233 if (q->sq_count > q->sq_highwm) { in evch_q_in()
234 q->sq_highwm = q->sq_count; in evch_q_in()
248 q->sq_count--; in evch_q_out()
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h95 int sq_count; /* # of mblocks in squeue */ member
H A Dsysevent_impl.h284 uint32_t sq_count; member
H A Dstrsubr.h459 uint16_t sq_count; /* # threads inside */ member
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c166 (sqp)->sq_count += (cnt); \
167 ASSERT((sqp)->sq_count > 0); \
632 sqp->sq_count = 0; in squeue_drain()
1393 ASSERT(sqp->sq_count > 0); in squeue_try_drain_one()
1402 sqp->sq_count--; in squeue_try_drain_one()
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3791 count = sq->sq_count; in rwnext()
3810 count = sq->sq_count; in rwnext()
3826 sq->sq_count = count + 1; in rwnext()
3827 ASSERT(sq->sq_count != 0); /* Wraparound */ in rwnext()
3870 ASSERT(sq->sq_count != 0); in rwnext()
3871 sq->sq_count--; in rwnext()
3956 count = sq->sq_count; in infonext()
3966 count = sq->sq_count; in infonext()
3972 sq->sq_count = count + 1; in infonext()
3973 ASSERT(sq->sq_count != 0); /* Wraparound */ in infonext()
[all …]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in320 sq_count
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in464 sq_count
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1307 uint32_t sq_count; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c586 addr, sq.sq_flags & 0xff, sqtype, sq.sq_count, in syncq()