Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_common.c69 static struct ctl_table_header *hv_ctl_table_hdr; variable
89 unregister_sysctl_table(hv_ctl_table_hdr); in hv_common_free()
90 hv_ctl_table_hdr = NULL; in hv_common_free()
348 hv_ctl_table_hdr = register_sysctl("kernel", hv_ctl_table); in hv_common_init()
349 if (!hv_ctl_table_hdr) in hv_common_init()