From owner-freebsd-fs Thu Sep 7 18: 3: 7 2000 Delivered-To: freebsd-fs@freebsd.org Received: from wally.eecs.harvard.edu (wally.eecs.harvard.edu [140.247.60.30]) by hub.freebsd.org (Postfix) with ESMTP id 4D7C137B424 for ; Thu, 7 Sep 2000 18:03:05 -0700 (PDT) Received: from localhost (stein@localhost) by wally.eecs.harvard.edu (8.10.0/8.10.0) with ESMTP id e88134x04024 for ; Thu, 7 Sep 2000 21:03:04 -0400 (EDT) Date: Thu, 7 Sep 2000 21:03:04 -0400 (EDT) From: Christopher Stein X-Sender: stein@wally To: freebsd-fs@freebsd.org Subject: splbio() in buf_daemon() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I am checking out the bufdaemon code in kern/vfs_bio.c One of the first thing the bufdaemon does is splbio() then promptly enters into a for (;;) loop, potentially waiting in kproc_suspend_loop(). Where does it lower the cpu interrupt level so block I/O interrupts will be received and the system can function?? thnx -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message