Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/scatterlist/linux/
Dmm.h65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
69 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
74 __UNIQUE_ID(min1_), __UNIQUE_ID(min2_), \
/Linux-v5.10/include/linux/
Dcompiler.h190 #ifndef __UNIQUE_ID
191 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
224 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
Dminmax.h44 __cmp_once(x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y), op))
Ddynamic_debug.h147 __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
154 __dynamic_func_call_no_desc(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
Dcompiler-clang.h21 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
Dcompiler-gcc.h47 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
Dmoduleparam.h24 static const char __UNIQUE_ID(name)[] \
Dserial_core.h381 __UNIQUE_ID(__earlycon_##_name))
/Linux-v5.10/include/kunit/
Dtest.h312 __kunit_test_suites(__UNIQUE_ID(array), \
313 __UNIQUE_ID(suites), \
/Linux-v5.10/arch/x86/kvm/
Demulate.c340 __FOPNOP(__stringify(__UNIQUE_ID(nop)))