Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Dcheck-sysctl-docs159 /register_sysctl_paths\(.*\)/ {
160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables)
/Linux-v6.1/include/linux/
Dsysctl.h229 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
280 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths() function
/Linux-v6.1/fs/verity/
Dsignature.c114 fsverity_sysctl_header = register_sysctl_paths(fsverity_sysctl_path, in fsverity_sysctl_init()
/Linux-v6.1/arch/csky/abiv1/
Dalignment.c350 register_sysctl_paths(sysctl_path, sysctl_table); in csky_alignment_init()
/Linux-v6.1/security/loadpin/
Dloadpin.c97 if (!register_sysctl_paths(loadpin_sysctl_path, in check_pinning_enforcement()
/Linux-v6.1/security/yama/
Dyama_lsm.c470 if (!register_sysctl_paths(yama_sysctl_path, yama_sysctl_table)) in yama_init_sysctl()
/Linux-v6.1/kernel/
Dpid_namespace.c456 register_sysctl_paths(kern_path, pid_ns_ctl_table); in pid_namespaces_init()
Dseccomp.c2397 hdr = register_sysctl_paths(seccomp_sysctl_path, seccomp_sysctl_table); in seccomp_sysctl_init()
/Linux-v6.1/fs/proc/
Dproc_sysctl.c1628 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() function
1634 EXPORT_SYMBOL(register_sysctl_paths);
1649 return register_sysctl_paths(null_path, table); in register_sysctl_table()
/Linux-v6.1/security/apparmor/
Dlsm.c1780 return register_sysctl_paths(apparmor_sysctl_path, in apparmor_init_sysctl()