Searched refs:mbuf_max (Results 1 – 5 of 5) sorted by relevance
23 int mbuf_max = 0; variable60 if (mbuf_alloced > mbuf_max) in m_get()61 mbuf_max = mbuf_alloced; in m_get()
131 extern int mbuf_max;
281 lprint(" %6d mbufs allocated (%d max)\r\n", mbuf_alloced, mbuf_max); in mbufstats()