Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dtty.h80 long t_outcc; /* Output queue statistics. */ member
/dflybsd-src/sys/kern/
H A Dtty.c762 tp->t_outcc++; in ttyoutput()
779 tp->t_outcc += c; in ttyoutput()
796 tp->t_outcc++; in ttyoutput()
812 tp->t_outcc++; in ttyoutput()
2127 tp->t_outcc += ce; in ttwrite()