Searched refs:__UNIQUE_ID (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | compiler-clang.h | 13 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | dynamic_debug.h | 143 __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__) 150 __dynamic_func_call_no_desc(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
|
D | compiler-gcc.h | 58 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | compiler.h | 245 #ifndef __UNIQUE_ID 246 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
|
D | kernel.h | 873 __cmp_once(x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y), op))
|
D | moduleparam.h | 24 static const char __UNIQUE_ID(name)[] \
|
D | serial_core.h | 395 __UNIQUE_ID(__earlycon_##_name))
|