Searched refs:maxbufs (Results 1 – 1 of 1) sorted by relevance
125 static int maxbufs = -1; variable209 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()683 maxbufs = -1;686 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;687 if (maxbufs < 1)688 maxbufs = 1;