Searched refs:register_sysctl_paths (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/scripts/ |
| D | check-sysctl-docs | 159 /register_sysctl_paths\(.*\)/ { 160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables)
|
| /Linux-v6.1/include/linux/ |
| D | sysctl.h | 229 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/ |
| D | signature.c | 114 fsverity_sysctl_header = register_sysctl_paths(fsverity_sysctl_path, in fsverity_sysctl_init()
|
| /Linux-v6.1/arch/csky/abiv1/ |
| D | alignment.c | 350 register_sysctl_paths(sysctl_path, sysctl_table); in csky_alignment_init()
|
| /Linux-v6.1/security/loadpin/ |
| D | loadpin.c | 97 if (!register_sysctl_paths(loadpin_sysctl_path, in check_pinning_enforcement()
|
| /Linux-v6.1/security/yama/ |
| D | yama_lsm.c | 470 if (!register_sysctl_paths(yama_sysctl_path, yama_sysctl_table)) in yama_init_sysctl()
|
| /Linux-v6.1/kernel/ |
| D | pid_namespace.c | 456 register_sysctl_paths(kern_path, pid_ns_ctl_table); in pid_namespaces_init()
|
| D | seccomp.c | 2397 hdr = register_sysctl_paths(seccomp_sysctl_path, seccomp_sysctl_table); in seccomp_sysctl_init()
|
| /Linux-v6.1/fs/proc/ |
| D | proc_sysctl.c | 1628 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/ |
| D | lsm.c | 1780 return register_sysctl_paths(apparmor_sysctl_path, in apparmor_init_sysctl()
|