Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167196127
D23902.id69035.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D23902.id69035.diff
View Options
Index: head/sys/vm/uma_core.c
===================================================================
--- head/sys/vm/uma_core.c
+++ head/sys/vm/uma_core.c
@@ -4659,6 +4659,9 @@
ZONE_ASSERT_COLD(zone);
+ KASSERT(smr != NULL, ("Got NULL smr"));
+ KASSERT((zone->uz_flags & UMA_ZONE_SMR) == 0,
+ ("zone %p (%s) already uses SMR", zone, zone->uz_name));
zone->uz_flags |= UMA_ZONE_SMR;
zone->uz_smr = smr;
zone_update_caches(zone);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 20, 8:31 PM (3 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37008023
Default Alt Text
D23902.id69035.diff (441 B)
Attached To
Mode
D23902: vm: add debug to uma_zone_set_smr
Attached
Detach File
Event Timeline
Log In to Comment