Home
last modified time | relevance | path

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

/Linux-v6.1/fs/lockd/
Dsvc.c83 static struct ctl_table_header * nlm_sysctl_table; variable
647 nlm_sysctl_table = register_sysctl_table(nlm_sysctl_root); in init_nlm()
648 if (nlm_sysctl_table == NULL) in init_nlm()
665 unregister_sysctl_table(nlm_sysctl_table); in init_nlm()
678 unregister_sysctl_table(nlm_sysctl_table); in exit_nlm()