Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144402267
D51322.id158556.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
832 B
Referenced Files
None
Subscribers
None
D51322.id158556.diff
View Options
diff --git a/sys/vm/vm_pagequeue.h b/sys/vm/vm_pagequeue.h
--- a/sys/vm/vm_pagequeue.h
+++ b/sys/vm/vm_pagequeue.h
@@ -260,9 +260,9 @@
u_int vmd_inactive_shortage; /* Per-thread shortage. */
blockcount_t vmd_inactive_running; /* Number of inactive threads. */
blockcount_t vmd_inactive_starting; /* Number of threads started. */
- volatile u_int vmd_addl_shortage; /* Shortage accumulator. */
- volatile u_int vmd_inactive_freed; /* Successful inactive frees. */
- volatile u_int vmd_inactive_us; /* Microseconds for above. */
+ u_int vmd_addl_shortage; /* (a) Shortage accumulator. */
+ u_int vmd_inactive_freed; /* (a) Successful inactive frees. */
+ u_int vmd_inactive_us; /* (a) Microseconds for above. */
u_int vmd_inactive_pps; /* Exponential decay frees/second. */
int vmd_oom_seq;
int vmd_last_active_scan;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 6:22 AM (1 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28547393
Default Alt Text
D51322.id158556.diff (832 B)
Attached To
Mode
D51322: vm_pageout: Remove a volatile qualifier from some vm_domain members
Attached
Detach File
Event Timeline
Log In to Comment