Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144731216
D13412.id36352.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
D13412.id36352.diff
View Options
Index: sys/vm/uma_core.c
===================================================================
--- sys/vm/uma_core.c
+++ sys/vm/uma_core.c
@@ -3177,7 +3177,7 @@
EVENTHANDLER_INVOKE(vm_lowmem, VM_LOW_KMEM);
sx_xlock(&uma_drain_lock);
uma_reclaim_locked(true);
- atomic_set_int(&uma_reclaim_needed, 0);
+ uma_reclaim_needed = 0;
sx_xunlock(&uma_drain_lock);
/* Don't fire more than once per-second. */
pause("umarclslp", hz);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 12, 8:01 PM (3 h, 7 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28669760
Default Alt Text
D13412.id36352.diff (442 B)
Attached To
Mode
D13412: Fix the UMA reclaim worker
Attached
Detach File
Event Timeline
Log In to Comment