]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Wake up the page daemon in vm_page_alloc_freelist() if it couldn't
authorAlan Cox <alc@FreeBSD.org>
Sun, 6 Nov 2011 02:03:27 +0000 (02:03 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 6 Nov 2011 02:03:27 +0000 (02:03 +0000)
commitc835bd16a8283ec0f6407bba700e880b07cffeb4
tree25ea7d3257604158dc374299f11838c50b2ed9a0
parenta0ec8e99aeea4edd0e016411c9310887658ab007
Wake up the page daemon in vm_page_alloc_freelist() if it couldn't
allocate the requested page because too few pages are cached or free.

Document the VM_ALLOC_COUNT() option to vm_page_alloc() and
vm_page_alloc_freelist().

Make style changes to vm_page_alloc() and vm_page_alloc_freelist(),
such as using a variable name that more closely corresponds to the
comments.
sys/vm/vm_page.c