Searched defs:KERNEL_VERSION (Results 1 – 5 of 5) sorted by relevance
2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
12 pub const KERNEL_VERSION: u32 = 7; constant
436 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) macro
79 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro