Searched refs:t_refcnt (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h147 int t_refcnt; /* reference count */ member in struct:tty
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c3052 tp->t_refcnt = 1;
3064 tp->t_refcnt++;
3077 if (--tp->t_refcnt == 0) {
3080 } else if (tp->t_refcnt < 0) {

Completed in 13 milliseconds