Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c55 static struct ctl_table_header *obd_table_header; variable
393 if (!obd_table_header) in obd_sysctl_init()
394 obd_table_header = register_sysctl_table(parent_table); in obd_sysctl_init()
401 if (obd_table_header) in obd_sysctl_clean()
402 unregister_sysctl_table(obd_table_header); in obd_sysctl_clean()
403 obd_table_header = NULL; in obd_sysctl_clean()