Searched refs:maxbufs (Results 1 – 3 of 3) sorted by relevance
67 int _m_collapse(struct mbuf *, int maxbufs, struct mbuf **);112 m_collapse(struct mbuf *m, int maxbufs, struct mbuf **mnew) in m_collapse() argument121 return _m_collapse(m, maxbufs, mnew); in m_collapse()
128 static int maxbufs = -1; variable211 (maxbufs < 0 || ch_nbufs < maxbufs)) in ch_get()655 maxbufs = -1; in ch_setbufspace()659 maxbufs = bufspace / lbufk + (bufspace % lbufk != 0); in ch_setbufspace()660 if (maxbufs < 1) in ch_setbufspace()661 maxbufs = 1; in ch_setbufspace()
66 int maxbufs = BUF_CACHE_SIZE; variable253 while (nbufs >= maxbufs + locked_queue_count) { in getblk()271 warnx("allocating more than %d buffers", maxbufs); in getblk()