Searched refs:t_revokecnt (Results 1 – 3 of 3) sorted by relevance
404 tp->t_revokecnt++; in ttydev_close()1027 int revokecnt = tp->t_revokecnt; in tty_wait()1039 if (tp->t_revokecnt != revokecnt) in tty_wait()1048 int revokecnt = tp->t_revokecnt; in tty_timedwait()1060 if (tp->t_revokecnt != revokecnt) in tty_timedwait()
103 int revokecnt = tp->t_revokecnt; in lwp_tty_bg_stop()139 if (tp->t_revokecnt != revokecnt) in lwp_tty_bg_stop()
140 unsigned int t_revokecnt; /* (t) revoke() count. */ member
Completed in 19 milliseconds