Searched refs:maxbufs (Results 1 – 1 of 1) sorted by relevance
120 static int maxbufs = -1; variable207 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()695 maxbufs = -1; in ch_setbufspace()699 maxbufs = (int) (bufspace / lbufk + (bufspace % lbufk != 0)); in ch_setbufspace()700 if (maxbufs < 1) in ch_setbufspace()701 maxbufs = 1; in ch_setbufspace()