Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtty.h120 long t_outcc; /* Output queue statistics. */ member
/netbsd-src/sys/kern/
H A Dtty.c944 tp->t_outcc++; in ttyoutput()
965 tp->t_outcc += c; in ttyoutput()
979 tp->t_outcc++; in ttyoutput()
991 tp->t_outcc++; in ttyoutput()
2358 tp->t_outcc += ce; in ttwrite()