Searched defs:pt_refcnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h48 int pt_refcnt; /* reference count for ptm_rdq/pts_rdq uses */ member in struct:pt_ttys
67 * Values of pt_refcnt: -1 if a writer is accessing the struct
73 while ((p)->pt_refcnt < 0) \
75 (p)->pt_refcnt++; \
81 while ((p)->pt_refcnt != 0) \
83 (p)->pt_refcnt = -1; \
89 ASSERT((p)->pt_refcnt > 0); \
90 if ((--((p)->pt_refcnt)) == 0) \
97 ASSERT((p)->pt_refcnt == -1); \
98 (p)->pt_refcnt
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.h170 int pt_refcnt; member in struct:__anon5192

Completed in 58 milliseconds