Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dsysctl.h193 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
219 static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl() function
/linux-4.19.296/fs/proc/
Dproc_sysctl.c1373 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl() function
1378 EXPORT_SYMBOL(register_sysctl);
1403 struct ctl_table_header *hdr = register_sysctl(path, table); in __register_sysctl_init()