Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151289542
D13640.id37052.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
D13640.id37052.diff
View Options
Index: sys/vm/vm_pageout.c
===================================================================
--- sys/vm/vm_pageout.c
+++ sys/vm/vm_pageout.c
@@ -1836,6 +1836,8 @@
*/
if (vm_pages_needed) {
mtx_unlock(&vm_page_queue_free_mtx);
+ if (pass == 0)
+ pass++;
} else if (mtx_sleep(&vm_pageout_wanted,
&vm_page_queue_free_mtx, PDROP | PVM, "psleep",
hz) == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 8:50 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31089773
Default Alt Text
D13640.id37052.diff (397 B)
Attached To
Mode
D13640: Ensure that pass > 0 when starting a scan with vm_pages_needed = 1.
Attached
Detach File
Event Timeline
Log In to Comment