Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F139487487
D13412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
457 B
Referenced Files
None
Subscribers
None
D13412.diff
View Options
Index: head/sys/vm/uma_core.c
===================================================================
--- head/sys/vm/uma_core.c
+++ head/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
Sat, Dec 13, 4:16 PM (13 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26935330
Default Alt Text
D13412.diff (457 B)
Attached To
Mode
D13412: Fix the UMA reclaim worker
Attached
Detach File
Event Timeline
Log In to Comment