Searched refs:__UNIQUE_ID (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/tools/testing/scatterlist/linux/ |
D | mm.h | 64 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro 68 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \ 73 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
|
/Linux-v5.4/include/linux/ |
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-clang.h | 13 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | compiler.h | 176 #ifndef __UNIQUE_ID 177 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
|
D | compiler-gcc.h | 71 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
|
D | kernel.h | 868 __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 | 378 __UNIQUE_ID(__earlycon_##_name))
|
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 345 __FOPNOP(__stringify(__UNIQUE_ID(nop)))
|