Searched refs:maxbufs (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_mvec.h67 int _m_collapse(struct mbuf *, int maxbufs, struct mbuf **);
112 m_collapse(struct mbuf *m, int maxbufs, struct mbuf **mnew) argument
121 return _m_collapse(m, maxbufs, mnew);
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dch.c128 static int maxbufs = -1; variable
214 (maxbufs < 0 || ch_nbufs < maxbufs))
657 maxbufs = -1;
660 maxbufs = ((bufspace * 1024) + LBUFSIZE-1) / LBUFSIZE;
661 if (maxbufs < 1)
662 maxbufs = 1;
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.c66 int maxbufs = BUF_CACHE_SIZE; variable
256 while (nbufs >= maxbufs + locked_queue_count) {
274 warnx("allocating more than %d buffers", maxbufs);

Completed in 115 milliseconds