Searched defs:KERNEL_VERSION (Results 1 – 4 of 4) sorted by relevance
74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
31 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro