Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146785617
D5503.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
813 B
Referenced Files
None
Subscribers
None
D5503.diff
View Options
Index: head/sys/dev/hyperv/vmbus/hv_channel.c
===================================================================
--- head/sys/dev/hyperv/vmbus/hv_channel.c
+++ head/sys/dev/hyperv/vmbus/hv_channel.c
@@ -93,7 +93,7 @@
}
static void
-hv_vmbus_channel_stat(hv_vmbus_channel* channel)
+vmbus_channel_sysctl_create(hv_vmbus_channel* channel)
{
device_t dev;
struct sysctl_oid *devch_sysctl;
@@ -164,6 +164,7 @@
&(channel->outbound),
"outbound ring buffer stats");
}
+
/**
* @brief Open the specified channel
*/
@@ -227,8 +228,8 @@
in,
recv_ring_buffer_size);
- /* setup statistic tracking for this channel */
- hv_vmbus_channel_stat(new_channel);
+ /* Create sysctl tree for this channel */
+ vmbus_channel_sysctl_create(new_channel);
/**
* Establish the gpadl for the ring buffer
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 2:19 PM (12 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29328637
Default Alt Text
D5503.diff (813 B)
Attached To
Mode
D5503: hyperv/chan: Function renaming; no functional change
Attached
Detach File
Event Timeline
Log In to Comment