Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c83 #define NGT_HIWATER 400 /* High water mark on output */ macro
233 clist_alloc_cblocks(&tp->t_outq, MLEN + NGT_HIWATER); in ngt_open()
417 while (tp->t_outq.c_cc < NGT_HIWATER) { /* XXX 2.2 specific ? */ in ngt_start()
/dragonfly/sys/netgraph/tty/
H A Dng_tty.c82 #define NGT_HIWATER 400 /* High water mark on output */ macro
243 clist_alloc_cblocks(&tp->t_outq, MLEN + NGT_HIWATER); in ngt_open()
411 while (tp->t_outq.c_cc < NGT_HIWATER) { /* XXX 2.2 specific ? */ in ngt_start()