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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dsysctl.c59 static struct ctl_table_header *sysctls_root_table = NULL; variable in typeref:struct:ctl_table_header
70 BUG_ON(sysctls_root_table);
71 sysctls_root_table = register_sysctl_table(sysctls_root);
72 if (!sysctls_root_table)
75 BUG_ON(!sysctls_root_table);
76 unregister_sysctl_table(sysctls_root_table);
77 sysctls_root_table = NULL;

Completed in 104 milliseconds