Home
last modified time | relevance | path

Searched refs:___PASTE (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/tools/include/linux/
Dcompiler.h202 #define ___PASTE(a, b) a##b macro
203 #define __PASTE(a, b) ___PASTE(a, b)
/linux-6.6.21/tools/testing/scatterlist/linux/
Dmm.h62 #define ___PASTE(a,b) a##b macro
63 #define __PASTE(a,b) ___PASTE(a,b)
/linux-6.6.21/include/linux/
Dcompiler_types.h74 #define ___PASTE(a,b) a##b macro
75 #define __PASTE(a,b) ___PASTE(a,b)