Searched refs:___apply (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_core_read.h | 220 #define ___apply(fn, n) ___concat(fn, n) macro 245 #define ___last(...) ___apply(___last, ___narg(__VA_ARGS__))(__VA_ARGS__) 256 #define ___nolast(...) ___apply(___nolast, ___narg(__VA_ARGS__))(__VA_ARGS__) 268 #define ___arrow(...) ___apply(___arrow, ___narg(__VA_ARGS__))(__VA_ARGS__) 290 ___apply(___rd_p, ___narg(__VA_ARGS__))(src, __VA_ARGS__) 299 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, dst, \
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_core_read.h | 264 #define ___apply(fn, n) ___concat(fn, n) macro 289 #define ___last(...) ___apply(___last, ___narg(__VA_ARGS__))(__VA_ARGS__) 300 #define ___nolast(...) ___apply(___nolast, ___narg(__VA_ARGS__))(__VA_ARGS__) 312 #define ___arrow(...) ___apply(___arrow, ___narg(__VA_ARGS__))(__VA_ARGS__) 333 ___apply(___rd_p, ___narg(__VA_ARGS__))(fn, src, __VA_ARGS__) 342 ___apply(___core_read, ___empty(__VA_ARGS__))(fn, fn_ptr, dst, \
|
Completed in 2 milliseconds