Use unique wait messages in the page daemon control loop.
Discussed with: alc MFC after: 1 week
This commit is contained in:
parent
bc3c94253f
commit
01b67530d5
@ -1818,7 +1818,7 @@ vm_pageout_worker(void *arg)
|
||||
*/
|
||||
mtx_unlock(&vm_page_queue_free_mtx);
|
||||
if (pass >= 1)
|
||||
pause("psleep", hz / VM_INACT_SCAN_RATE);
|
||||
pause("pwait", hz / VM_INACT_SCAN_RATE);
|
||||
pass++;
|
||||
} else {
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user