Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dutsname_sysctl.c74 static DEFINE_CTL_TABLE_POLL(hostname_poll);
75 static DEFINE_CTL_TABLE_POLL(domainname_poll);
/openbmc/linux/include/linux/
H A Dsysctl.h131 #define DEFINE_CTL_TABLE_POLL(name) \ macro