Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance

/linux/include/generated/uapi/linux/
A Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/linux/tools/lib/bpf/
A Dbpf_helpers.h61 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro

Completed in 4 milliseconds