Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dtty.h123 long t_outcc; /* Output queue statistics. */ member
/xnu-8796.121.2/bsd/kern/
H A Dtty.c840 tp->t_outcc++; in ttyoutput()
856 tp->t_outcc += c; in ttyoutput()
871 tp->t_outcc++; in ttyoutput()
885 tp->t_outcc++; in ttyoutput()
2505 tp->t_outcc += ce; in ttwrite()