freebsd-dev/sys/netatm/spans
Hartmut Brandt b92ba02261 Remove the zone limits for all the zones used in the ATM code.
These were a left over from when the private memory pools were
converted to use uma zones. The limit of UMA zones, however,
works differently. When a zone is limited to only one or two pages
than, on multi-cpu systems, processes can get stuck on the zonelimit,
because all remaining free items are in caches of other CPUs.

Also add rudimentary error handling in some places (panic) when a zone
cannot be created.
2003-07-22 12:46:30 +00:00
..
spans_arp.c Remove the zone limits for all the zones used in the ATM code. 2003-07-22 12:46:30 +00:00
spans_cls.c Remove the zone limits for all the zones used in the ATM code. 2003-07-22 12:46:30 +00:00
spans_cls.h
spans_if.c Remove the zone limits for all the zones used in the ATM code. 2003-07-22 12:46:30 +00:00
spans_kxdr.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_kxdr.h Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
spans_msg.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_print.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_proto.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_subr.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_util.c Use __FBSDID(). 2003-06-11 07:11:35 +00:00
spans_var.h Fix a few warnings by adding a missing prototype 2002-05-24 06:17:17 +00:00
spans_xdr.x Make netatm/spans compile in the kernel without depending on userland 2002-09-17 08:57:52 +00:00