Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtty.h110 int t_qlen; /* Length of above queues */ member
168 #define TTYHOG(tp) (tp)->t_qlen
/openbsd/src/sys/kern/
Dtty.c2355 tp->t_qlen = 1024; in ttymalloc()
2357 tp->t_qlen = 4096; in ttymalloc()
2359 tp->t_qlen = 8192; in ttymalloc()
2360 clalloc(&tp->t_rawq, tp->t_qlen, 1); in ttymalloc()
2361 clalloc(&tp->t_canq, tp->t_qlen, 1); in ttymalloc()
2363 clalloc(&tp->t_outq, tp->t_qlen, 0); in ttymalloc()