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

/xnu-2422.115.4/bsd/sys/
H A Dtty.h122 long t_outcc; /* Output queue statistics. */ member in struct:tty
/xnu-2422.115.4/bsd/kern/
H A Dtty.c895 tp->t_outcc++;
911 tp->t_outcc += c;
925 tp->t_outcc++;
936 tp->t_outcc++;
2423 tp->t_outcc += ce;

Completed in 32 milliseconds