Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsysctl.h185 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
200 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths() function
/linux-4.4.14/arch/tile/kernel/
Dproc.c156 register_sysctl_paths(tile_path, unaligned_table); in proc_sys_tile_init()
/linux-4.4.14/security/yama/
Dyama_lsm.c396 if (!register_sysctl_paths(yama_sysctl_path, yama_sysctl_table)) in yama_init_sysctl()
/linux-4.4.14/kernel/
Dpid_namespace.c404 register_sysctl_paths(kern_path, pid_ns_ctl_table); in pid_namespaces_init()
/linux-4.4.14/fs/proc/
Dproc_sysctl.c1483 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() function
1489 EXPORT_SYMBOL(register_sysctl_paths);
1504 return register_sysctl_paths(null_path, table); in register_sysctl_table()