Home
last modified time | relevance | path

Searched defs:register_sysctl_init (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/linux/
Dsysctl.h237 #define register_sysctl_init(path, table) __register_sysctl_init(path, table, #table) macro
271 static inline void register_sysctl_init(const char *path, struct ctl_table *table) in register_sysctl_init() function