Searched refs:CBSIZE (Results 1 – 3 of 3) sorted by relevance
184 #define TTMAXHIWAT roundup(2048, CBSIZE)185 #define TTMINHIWAT roundup(100, CBSIZE)
177 #define CBSIZE (CBLOCK - sizeof(struct cblock *) - CBQSIZE) macro
2965 tp->t_hiwat = roundup(x, CBSIZE); in ttsetwater()