Home
last modified time | relevance | path

Searched refs:ti_quota (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_inq.c111 if (ti->ti_quota <= ti->ti_nblocks) \
122 ti->ti_quota = howmany(size, TTYINQ_DATASIZE); in ttyinq_setsize()
124 while (ti->ti_quota > ti->ti_nblocks) { in ttyinq_setsize()
155 ti->ti_quota = 0; in ttyinq_free()
H A Dtty.c2374 tp->t_inq.ti_nblocks, tp->t_inq.ti_quota); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dttyqueue.h57 unsigned int ti_quota; member
101 return (ti->ti_quota * TTYINQ_DATASIZE); in ttyinq_getallocatedsize()