Searched defs:KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance
79 sub KERNEL_VERSION($$$) { return $_[0]*65536 + $_[1]*256 + $_[2]; } subroutine
57 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
817 #define KERNEL_VERSION(a,b,c) (LINUX_VERSION_CODE + 1) macro