Home
last modified time | relevance | path

Searched refs:hv_ctl_table_hdr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c63 static struct ctl_table_header *hv_ctl_table_hdr; variable
73 unregister_sysctl_table(hv_ctl_table_hdr); in hv_common_free()
74 hv_ctl_table_hdr = NULL; in hv_common_free()
306 hv_ctl_table_hdr = register_sysctl("kernel", hv_ctl_table); in hv_common_init()
307 if (!hv_ctl_table_hdr) in hv_common_init()
/kernel/linux/linux-5.10/drivers/hv/
H A Dvmbus_drv.c1387 static struct ctl_table_header *hv_ctl_table_hdr; variable
1468 hv_ctl_table_hdr = register_sysctl_table(hv_root_table); in vmbus_bus_init()
1469 if (!hv_ctl_table_hdr) in vmbus_bus_init()
1516 unregister_sysctl_table(hv_ctl_table_hdr); in vmbus_bus_init()
1517 hv_ctl_table_hdr = NULL; in vmbus_bus_init()
2695 unregister_sysctl_table(hv_ctl_table_hdr); in vmbus_exit()
2696 hv_ctl_table_hdr = NULL; in vmbus_exit()

Completed in 4 milliseconds