Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtty.h109 long t_outcc; /* Output queue statistics. */ member
/openbsd/sys/kern/
H A Dtty.c609 tp->t_outcc++; in ttyoutput()
631 tp->t_outcc += c; in ttyoutput()
647 tp->t_outcc++; in ttyoutput()
678 tp->t_outcc++; in ttyoutput()
688 tp->t_outcc++; in ttyoutput()
1860 tp->t_outcc += ce; in ttwrite()