Searched refs:register_sysctl_paths (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/scripts/ |
| D | check-sysctl-docs | 159 /register_sysctl_paths\(.*\)/ { 160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables)
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | sysctl.h | 192 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, 216 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths() function
|
| /kernel/linux/linux-5.10/fs/verity/ |
| D | signature.c | 122 fsverity_sysctl_header = register_sysctl_paths(fsverity_sysctl_path, in fsverity_sysctl_init()
|
| /kernel/linux/linux-5.10/security/loadpin/ |
| D | loadpin.c | 93 if (!register_sysctl_paths(loadpin_sysctl_path, in check_pinning_enforcement()
|
| /kernel/linux/linux-5.10/arch/csky/abiv1/ |
| D | alignment.c | 350 register_sysctl_paths(sysctl_path, sysctl_table); in csky_alignment_init()
|
| /kernel/linux/linux-5.10/security/yama/ |
| D | yama_lsm.c | 470 if (!register_sysctl_paths(yama_sysctl_path, yama_sysctl_table)) in yama_init_sysctl()
|
| /kernel/linux/linux-5.10/kernel/ |
| D | pid_namespace.c | 463 register_sysctl_paths(kern_path, pid_ns_ctl_table); in pid_namespaces_init()
|
| D | seccomp.c | 2098 hdr = register_sysctl_paths(seccomp_sysctl_path, seccomp_sysctl_table); in seccomp_sysctl_init()
|
| /kernel/linux/linux-5.10/arch/nds32/mm/ |
| D | alignment.c | 573 register_sysctl_paths(nds32_path, nds32_sysctl_table); in nds32_sysctl_init()
|
| /kernel/linux/linux-5.10/fs/proc/ |
| D | proc_sysctl.c | 1571 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() function 1577 EXPORT_SYMBOL(register_sysctl_paths); 1592 return register_sysctl_paths(null_path, table); in register_sysctl_table()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | lsm.c | 1732 return register_sysctl_paths(apparmor_sysctl_path, in apparmor_init_sysctl()
|