Searched refs:___type (Results 1 – 1 of 1) sorted by relevance
| /tools/lib/bpf/ |
| A D | bpf_core_read.h | 392 #define ___type(...) __typeof_unqual__(___arrow(__VA_ARGS__)) macro 394 #define ___type(...) __typeof_unqual__(___arrow(__VA_ARGS__)) macro 396 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro 403 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); 405 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 419 ___read(fn, dst, ___type(src), src, a); 422 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \ 526 ___type((src), a, ##__VA_ARGS__) __r; \ 542 ___type((src), a, ##__VA_ARGS__) __r; \ 549 ___type((src), a, ##__VA_ARGS__) __r; \ [all …]
|
Completed in 5 milliseconds