Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dtty.h123 long t_outcc; /* Output queue statistics. */ member
/xnu-12377.41.6/bsd/kern/
H A Dtty.c900 tp->t_outcc++; in ttyoutput()
916 tp->t_outcc += c; in ttyoutput()
931 tp->t_outcc++; in ttyoutput()
945 tp->t_outcc++; in ttyoutput()
2615 tp->t_outcc += ce; in ttwrite()