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

  /src/sbin/fsck_lfs/
bufcache.c 66 int maxbufs = BUF_CACHE_SIZE; variable in typeref:typename:int
253 while (nbufs >= maxbufs + locked_queue_count) {
271 warnx("allocating more than %d buffers", maxbufs);
bufcache.c 66 int maxbufs = BUF_CACHE_SIZE; variable in typeref:typename:int
253 while (nbufs >= maxbufs + locked_queue_count) {
271 warnx("allocating more than %d buffers", maxbufs);
bufcache.c 66 int maxbufs = BUF_CACHE_SIZE; variable in typeref:typename:int
253 while (nbufs >= maxbufs + locked_queue_count) {
271 warnx("allocating more than %d buffers", maxbufs);

Completed in 33 milliseconds