freebsd-src/sys/netatm/ipatm
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
..
ipatm.h
ipatm_event.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_if.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_input.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_load.c Remove the zone limits for all the zones used in the ATM code. 2003-07-22 12:46:30 +00:00
ipatm_output.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_serv.h
ipatm_usrreq.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00
ipatm_var.h - Change the ATM stack functions to use intptr_t instead of int for opaque 2002-11-08 18:27:30 +00:00
ipatm_vcm.c Use __FBSDID(). 2003-06-11 07:00:30 +00:00