Date: Tue, 4 Jul 2000 18:42:50 +0200 (CEST) From: Paul Herman <pherman@frenchfries.net> To: Kamal Lakhiani <klakhiani@isdnet.net> Cc: questions@FreeBSD.ORG Subject: Re: <sys/proc.h> process flags Message-ID: <Pine.BSF.4.21.0007041835270.228-100000@bagabeedaboo.security.at12.de> In-Reply-To: <00070416285900.01293@klakhiani.isdnet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Jul 2000, Kamal Lakhiani wrote: > I see an undocumtented process flag value of 10^5. What does it mean ? #define P_BUFEXHAUST 0x100000 /* dirty buffers flush is in progress */ ...is what I found in sys/proc.h, but I think the description in the comment is misleading. (?) It means that these proceses are allowed to allocate vfs buffers no matter how full the buffer memory is. As it stands, only the pagedaemon and bufdaemon get these flags. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007041835270.228-100000>