Searched refs:__PASTE (Results 1 – 7 of 7) sorted by relevance
| /tools/include/linux/ |
| A D | static_call_types.h | 12 #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name) 18 #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
|
| A D | btf_ids.h | 52 __PASTE(__PASTE(prefix, __COUNTER__), __LINE__)
|
| A D | compiler.h | 239 #define __PASTE(a, b) ___PASTE(a, b) macro
|
| /tools/testing/scatterlist/linux/ |
| A D | mm.h | 63 #define __PASTE(a,b) ___PASTE(a,b) macro 65 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__)
|
| /tools/testing/selftests/powerpc/include/ |
| A D | instructions.h | 33 #define __PASTE(RA, RB, L, RC) \ macro 36 .long __PASTE((RA), (RB), (L), (RC)) 66 #define PPC_INST_PASTE __PASTE(0, 0, 0, 0) 67 #define PPC_INST_PASTE_LAST __PASTE(0, 0, 1, 1)
|
| /tools/testing/selftests/bpf/ |
| A D | uprobe_multi.c | 24 #define __PASTE(a, b) a##b macro 25 #define PASTE(a, b) __PASTE(a, b)
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | uprobe_multi_test.c | 873 #define C1 CONSUMER_TEST(__PASTE(consumer_test, __COUNTER__))
|
Completed in 14 milliseconds