Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c493 qp->qh_hmax = 1; in queue_alloc()
523 ASSERT(qp->qh_hlen == cnt && qp->qh_hmax >= cnt); in QVERIFY()
636 MAXINCR(qp->qh_hmax, qp->qh_hlen); in enqueue()
3993 qp->qh_qmax, qp->qh_hmax) < 0) in dump_queue_statistics()
4006 qp->qh_qmax, qp->qh_hmax) < 0) in dump_queue_statistics()
H A Dthr.c1690 qp->qh_hmax = 1; in postfork1_child()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h432 #define qh_hmax qh_qh.q_hmax macro