Searched refs:___type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_core_read.h | 314 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro 320 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); 322 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 336 ___read(fn, dst, ___type(src), src, a); 339 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \ 443 ___type((src), a, ##__VA_ARGS__) __r; \ 459 ___type((src), a, ##__VA_ARGS__) __r; \ 466 ___type((src), a, ##__VA_ARGS__) __r; \ 478 ___type((src), a, ##__VA_ARGS__) __r; \
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_core_read.h | 270 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro 276 #define ___rd_first(src, a) ___read(bpf_core_read, &__t, ___type(src), src, a); 279 ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 293 ___read(fn, dst, ___type(src), src, a); 296 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \ 348 ___type((src), a, ##__VA_ARGS__) __r; \
|
Completed in 2 milliseconds