Date: Wed, 10 Jul 2002 19:39:25 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.c vm_map.c vm_map.h Message-ID: <200207110239.g6B2dPae099972@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/10 19:39:25 PDT
Modified files:
sys/vm vm_kern.c vm_map.c vm_map.h
Log:
o Add a "needs wakeup" flag to the vm_map for use by kmem_alloc_wait()
and kmem_free_wakeup(). Previously, kmem_free_wakeup() always
called wakeup(). In general, no one was sleeping.
o Export vm_map_unlock_and_wait() and vm_map_wakeup() from vm_map.c
for use in vm_kern.c.
Revision Changes Path
1.82 +7 -4 src/sys/vm/vm_kern.c
1.261 +3 -2 src/sys/vm/vm_map.c
1.89 +3 -0 src/sys/vm/vm_map.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?200207110239.g6B2dPae099972>
