Searched refs:maxbufs (Results 1 – 1 of 1) sorted by relevance
127 static int maxbufs = -1; variable213 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()658 maxbufs = -1;661 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;662 if (maxbufs < 1)663 maxbufs = 1;