Searched refs:___apply (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | bpf_core_read.h | 219 #define ___apply(fn, n) ___concat(fn, n) macro 244 #define ___last(...) ___apply(___last, ___narg(__VA_ARGS__))(__VA_ARGS__) 255 #define ___nolast(...) ___apply(___nolast, ___narg(__VA_ARGS__))(__VA_ARGS__) 267 #define ___arrow(...) ___apply(___arrow, ___narg(__VA_ARGS__))(__VA_ARGS__) 289 ___apply(___rd_p, ___narg(__VA_ARGS__))(src, __VA_ARGS__) 298 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, dst, \
|