Home
last modified time | relevance | path

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

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