Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsysctl.h89 KERN_VERSION=4, /* string: compile time info */ enumerator
/linux-3.4.99/kernel/
Dsysctl_binary.c68 { CTL_STR, KERN_VERSION, "version" },
1383 if (name[0] == CTL_KERN && name[1] == KERN_VERSION) in deprecated_sysctl_warning()