Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/linux/
Dcompiler.h194 #define ___PASTE(a, b) a##b macro
195 #define __PASTE(a, b) ___PASTE(a, b)
/Linux-v6.1/tools/testing/scatterlist/linux/
Dmm.h62 #define ___PASTE(a,b) a##b macro
63 #define __PASTE(a,b) ___PASTE(a,b)
/Linux-v6.1/include/linux/
Dcompiler_types.h73 #define ___PASTE(a,b) a##b macro
74 #define __PASTE(a,b) ___PASTE(a,b)