Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/
H A 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_), \
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h192 #ifndef __UNIQUE_ID
193 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
226 __UNIQUE_ID(__PASTE(__addressable_,sym)) = (void *)&sym;
H A Dminmax.h38 __cmp_once(x, y, __UNIQUE_ID(__x), __UNIQUE_ID(__y), op))
H A Ddynamic_debug.h144 __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
151 __dynamic_func_call_no_desc(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
H A Dcompiler-clang.h21 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
H A Dcompiler-gcc.h53 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
H A Dmoduleparam.h24 static const char __UNIQUE_ID(name)[] \
H A Dserial_core.h407 __UNIQUE_ID(__earlycon_##_name))
H A Dpci.h1973 class_shift, hook, __UNIQUE_ID(hook))
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h221 #ifndef __UNIQUE_ID
222 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h195 #ifndef __UNIQUE_ID
196 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) macro
H A Dcompiler-gcc.h182 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) macro
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch228 +#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
417 -#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
499 -#define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
613 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__)
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h312 __kunit_test_suites(__UNIQUE_ID(array), \
313 __UNIQUE_ID(suites), \
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c345 __FOPNOP(__stringify(__UNIQUE_ID(nop)))