Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-xp/
Dxpc_main.c125 static struct ctl_table_header *xpc_sysctl; variable
1031 if (xpc_sysctl) in xpc_do_exit()
1032 unregister_sysctl_table(xpc_sysctl); in xpc_do_exit()
1206 xpc_sysctl = register_sysctl("xpc", xpc_sys_xpc); in xpc_init()
1274 if (xpc_sysctl) in xpc_init()
1275 unregister_sysctl_table(xpc_sysctl); in xpc_init()