git: kernel - vm - add vm_wait_nominal()
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Mar 4 16:11:03 PST 2010
commit 163f8d24149b4939b8db823ddbdd7e09928e971d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Mar 4 16:05:38 2010 -0800
kernel - vm - add vm_wait_nominal()
* Add vm_wait_nominal(), a function which activates the pageout daemon
if necessary and waits for sufficient memory to become free for
a kernel heavy user.
Summary of changes:
sys/vm/vm_extern.h | 1 +
sys/vm/vm_page.c | 11 +++++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/163f8d24149b4939b8db823ddbdd7e09928e971d
--
DragonFly BSD source repository
More information about the Commits
mailing list