Date: Thu, 13 Feb 2003 11:39:54 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c Message-ID: <200302131939.h1DJdsKr056771@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/02/13 11:39:54 PST Modified files: sys/kern sys_pipe.c Log: Use atomic ops to update amountpipekva. Amountpipekva represents the total kernel virtual address space used by all pipes. It is, thus, outside the scope of any individual pipe lock. Revision Changes Path 1.130 +8 -5 src/sys/kern/sys_pipe.c 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?200302131939.h1DJdsKr056771>