Searched refs:maxbufs (Results 1 – 1 of 1) sorted by relevance
121 static int maxbufs = -1; variable208 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()713 maxbufs = -1; in ch_setbufspace()717 maxbufs = (int) (bufspace / lbufk + (bufspace % lbufk != 0)); in ch_setbufspace()718 if (maxbufs < 1) in ch_setbufspace()719 maxbufs = 1; in ch_setbufspace()