Date: Sat, 29 Sep 2001 10:48:39 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys event.h src/sys/kern kern_event.c Message-ID: <200109291748.f8THmeo95163@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2001/09/29 10:48:39 PDT
Modified files:
sys/sys event.h
sys/kern kern_event.c
Log:
Have EVFILT_TIMERS allocate their callouts via malloc() instead of using
the static callout list allocated by the system.
Change malloc type from M_TEMP to M_KQUEUE to better track memory.
Add a kern.kq_calloutmax to globally limit the amount of kernel memory
that can be allocated by callouts.
Submitted by: iedowse (items 1, 2)
Revision Changes Path
1.32 +31 -15 src/sys/kern/kern_event.c
1.15 +5 -1 src/sys/sys/event.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109291748.f8THmeo95163>
