Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsysctl.h230 extern void __register_sysctl_init(const char *path, const struct ctl_table *table,
233 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table))
/linux-6.15/fs/proc/
H A Dproc_sysctl.c1459 void __init __register_sysctl_init(const char *path, const struct ctl_table *table, in __register_sysctl_init() function