freebsd-dev/sys/netatm/sigpvc
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
..
sigpvc_if.c Remove the zone limits for all the zones used in the ATM code. 2003-07-22 12:46:30 +00:00
sigpvc_subr.c Use __FBSDID(). 2003-06-11 07:06:31 +00:00
sigpvc_var.h Remove __P. 2002-03-20 08:00:54 +00:00