Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsysctl.h200 extern void __register_sysctl_init(const char *path, struct ctl_table *table,
202 #define register_sysctl_init(path, table) __register_sysctl_init(path, table, #table)
/kernel/linux/linux-5.10/fs/proc/
Dproc_sysctl.c1410 void __init __register_sysctl_init(const char *path, struct ctl_table *table, in __register_sysctl_init() function