Home
last modified time | relevance | path

Searched refs:__UNIQUE_ID (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/tools/testing/scatterlist/linux/
Dmm.h64 #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-v4.19/include/linux/
Dcompiler-clang.h14 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
Dcompiler.h165 #ifndef __UNIQUE_ID
166 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
Dcompiler-gcc.h82 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
Dmoduleparam.h22 static const char __UNIQUE_ID(name)[] \
28 struct __UNIQUE_ID(name) {}
Dkernel.h871 __cmp_once(x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y), op))
Dserial_core.h386 __UNIQUE_ID(__earlycon_##_name))
/Linux-v4.19/arch/x86/kvm/
Demulate.c334 FOP_FUNC(__stringify(__UNIQUE_ID(nop))) \