Home
last modified time | relevance | path

Searched refs:qh_lockcount (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/threads/
H A Dsynch.c587 INCR32(qp->qh_lockcount); in queue_lock()
3936 if (qp->qh_lockcount == 0) in dump_queue_statistics()
3938 spin_lock_total += qp->qh_lockcount; in dump_queue_statistics()
3940 (u_longlong_t)qp->qh_lockcount, in dump_queue_statistics()
3949 if (qp->qh_lockcount == 0) in dump_queue_statistics()
3951 spin_lock_total += qp->qh_lockcount; in dump_queue_statistics()
3953 (u_longlong_t)qp->qh_lockcount, in dump_queue_statistics()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h420 #define qh_lockcount qh_qh.q_lockcount macro