__UNIQUE_ID 36 include/linux/compiler-gcc4.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) __UNIQUE_ID 24 include/linux/compiler-gcc5.h #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) __UNIQUE_ID 186 include/linux/compiler.h # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)