Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dtty.h183 #define TTMAXHIWAT roundup(2048, CBSIZE)
184 #define TTMINHIWAT roundup(100, CBSIZE)
H A Dparam.h177 #define CBSIZE (CBLOCK - sizeof(struct cblock *) - CBQSIZE) macro
/xnu-8792.61.2/bsd/kern/
H A Dtty.c2854 tp->t_hiwat = roundup(x, CBSIZE); in ttsetwater()