From owner-freebsd-arch Sun Nov 26 13:56:50 2000 Delivered-To: freebsd-arch@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 1324A37B479; Sun, 26 Nov 2000 13:56:46 -0800 (PST) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.11.0/8.11.0) id eAQLtQ433741; Sun, 26 Nov 2000 15:55:26 -0600 (CST) (envelope-from jlemon) Date: Sun, 26 Nov 2000 15:55:26 -0600 From: Jonathan Lemon To: Jake Burkholder Cc: arch@FreeBSD.ORG, smp@FreeBSD.ORG Subject: Re: review: callout patch Message-ID: <20001126155526.K69183@prism.flugsvamp.com> References: <20001126210014.D824BBA7A@io.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20001126210014.D824BBA7A@io.yi.org> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 26, 2000 at 01:00:14PM -0800, Jake Burkholder wrote: > > This patch makes most of sys/kern/* sources use callout_reset for > registering callouts rather than timeout(9). This should greatly > reduce the use of the fixed size callfree allocator pool. Currently > we panic when it runs out. > > This was motivated by NetBSD, who have completely removed timeout(9) > from their kernel. Looks good to me. I was moving the the same direction, but didn't know that NetBSD had already done this. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message