Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_inq.c108 if (ti->ti_quota <= ti->ti_nblocks) \
119 ti->ti_quota = howmany(size, TTYINQ_DATASIZE); in ttyinq_setsize()
121 while (ti->ti_quota > ti->ti_nblocks) { in ttyinq_setsize()
152 ti->ti_quota = 0; in ttyinq_free()
H A Dtty.c2407 tp->t_inq.ti_nblocks, tp->t_inq.ti_quota); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dttyqueue.h55 unsigned int ti_quota; member
100 return (ti->ti_quota * TTYINQ_DATASIZE); in ttyinq_getallocatedsize()