bmilekic d2fde0df5d Fix a couple of things in the internal mbuf allocation interface:
- Make sure that m_mballoc() really doesn't allow over nmbufs mbufs to
  be allocated from mb_map. In the case where nmbufs-reserved space is not
  an exact multiple of PAGE_SIZE (which it should be, but anyway...), we
  hold nmbufs as an absolute maximum which need not ever be reached.

- Clean up m_clalloc(); make it more consistent in the sense that the first
  argument `ncl' really means "the number of clusters ensured to be allocated"
  and not "the number of pages worth of clusters to be allocated," as was
  previously the case. This also makes it consistent with m_mballoc() as well
  as the comment that preceeds it.

Reviewed by: jlemon
2001-03-17 23:23:24 +00:00
..
2000-12-30 22:06:19 +00:00
2001-01-29 06:18:14 +00:00
2001-02-11 10:44:09 +00:00
2001-03-15 14:52:12 +00:00
2001-03-10 16:31:00 +00:00
2001-03-16 20:00:53 +00:00
2001-03-10 05:24:45 +00:00
2001-03-01 21:00:17 +00:00
2001-02-22 13:46:09 +00:00