Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dtest_sysctl.c139 static struct ctl_table_header *test_sysctl_header; variable
170 test_sysctl_header = register_sysctl("debug/test_sysctl", test_table); in test_sysctl_init()
171 if (!test_sysctl_header) { in test_sysctl_init()
182 if (test_sysctl_header) in test_sysctl_exit()
183 unregister_sysctl_table(test_sysctl_header); in test_sysctl_exit()