Home
last modified time | relevance | path

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

/titanic_44/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.c810 ASSERT(sq->sq_count == 0); in syncq_destructor()
1691 count = sq->sq_count; in wait_syncq()
1698 count = sq->sq_count; in wait_syncq()
3392 sq->sq_count = 0; in allocq()
4626 count = sq->sq_count; in strlock()
4664 count = sq->sq_count; in strlock()
5022 count = sq->sq_count; in blocksq()
5038 count = sq->sq_count; in blocksq()
5142 if (sq->sq_count == 0) { in emptysq()
5331 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.c67 #define EVCH_EVQ_EVCOUNT(x) ((&(x)->eq_eventq)->sq_count)
215 q->sq_count = 0; in evch_q_init()
228 q->sq_count++; in evch_q_in()
229 if (q->sq_count > q->sq_highwm) { in evch_q_in()
230 q->sq_highwm = q->sq_count; in evch_q_in()
244 q->sq_count--; in evch_q_out()
/titanic_44/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.h441 uint16_t sq_count; /* # threads inside */ member
/titanic_44/usr/src/uts/common/io/
H A Dstream.c3804 count = sq->sq_count; in rwnext()
3823 count = sq->sq_count; in rwnext()
3839 sq->sq_count = count + 1; in rwnext()
3840 ASSERT(sq->sq_count != 0); /* Wraparound */ in rwnext()
3883 ASSERT(sq->sq_count != 0); in rwnext()
3884 sq->sq_count--; in rwnext()
3969 count = sq->sq_count; in infonext()
3979 count = sq->sq_count; in infonext()
3985 sq->sq_count = count + 1; in infonext()
3986 ASSERT(sq->sq_count != 0); /* Wraparound */ in infonext()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dsqueue.c167 (sqp)->sq_count += (cnt); \
168 ASSERT((sqp)->sq_count > 0); \
747 sqp->sq_count = 0; in squeue_drain()
/titanic_44/usr/src/uts/i86pc/ml/
H A Doffsets.in285 sq_count
/titanic_44/usr/src/uts/sun4/ml/
H A Doffsets.in464 sq_count
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1307 uint32_t sq_count; member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c582 addr, sq.sq_flags & 0xff, sqtype, sq.sq_count, in syncq()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h144 uint16_t sq_count; /* message count */ member