Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151319198
D12888.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12888.id.diff
View Options
Index: sys/vm/vm_object.c
===================================================================
--- sys/vm/vm_object.c
+++ sys/vm/vm_object.c
@@ -144,17 +144,6 @@
struct vm_object kernel_object_store;
struct vm_object kmem_object_store;
-static SYSCTL_NODE(_vm_stats, OID_AUTO, object, CTLFLAG_RD, 0,
- "VM object stats");
-
-static long object_collapses;
-SYSCTL_LONG(_vm_stats_object, OID_AUTO, collapses, CTLFLAG_RD,
- &object_collapses, 0, "VM object collapses");
-
-static long object_bypasses;
-SYSCTL_LONG(_vm_stats_object, OID_AUTO, bypasses, CTLFLAG_RD,
- &object_bypasses, 0, "VM object bypasses");
-
static uma_zone_t obj_zone;
static int vm_object_zinit(void *mem, int size, int flags);
@@ -1881,7 +1870,6 @@
vm_object_destroy(backing_object);
vm_object_pip_wakeup(object);
- object_collapses++;
} else {
/*
* If we do not entirely shadow the backing object,
@@ -1922,7 +1910,6 @@
*/
backing_object->ref_count--;
VM_OBJECT_WUNLOCK(backing_object);
- object_bypasses++;
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 1:58 PM (2 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30980175
Default Alt Text
D12888.id.diff (1 KB)
Attached To
Mode
D12888: Remove object_collapses and object_bypasses counters
Attached
Detach File
Event Timeline
Log In to Comment