HomeSort by: relevance | last modified time | path
    Searched defs:maxbufs (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
bufcache.c 66 int maxbufs = BUF_CACHE_SIZE; variable
253 while (nbufs >= maxbufs + locked_queue_count) {
271 warnx("allocating more than %d buffers", maxbufs);
  /src/external/bsd/less/dist/
ch.c 128 static int maxbufs = -1; variable
211 (maxbufs < 0 || ch_nbufs < maxbufs))
655 maxbufs = -1;
659 maxbufs = bufspace / lbufk + (bufspace % lbufk != 0);
660 if (maxbufs < 1)
661 maxbufs = 1;

Completed in 17 milliseconds