Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsysctl.h193 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
216 static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl() function
/Linux-v4.19/net/
Dsysctl_net.c103 net_header = register_sysctl("net", empty); in net_sysctl_init()
/Linux-v4.19/kernel/
Ducount.c239 user_header = register_sysctl("user", empty); in user_namespace_sysctl_init()
/Linux-v4.19/arch/arm64/kernel/
Darmv8_deprecated.c256 register_sysctl("abi", insns_sysctl); in register_insn_emulation_sysctl()
Dfpsimd.c345 if (!register_sysctl("abi", sve_default_vl_table)) in sve_sysctl_init()
/Linux-v4.19/fs/proc/
Dproc_sysctl.c1369 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl() function
1374 EXPORT_SYMBOL(register_sysctl);