Searched refs:___type (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h391 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro
397 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a);
399 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__));
413 ___read(fn, dst, ___type(src), src, a);
416 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \
520 ___type((src), a, ##__VA_ARGS__) __r; \
536 ___type((src), a, ##__VA_ARGS__) __r; \
543 ___type((src), a, ##__VA_ARGS__) __r; \
555 ___type((src), a, ##__VA_ARGS__) __r; \

Completed in 328 milliseconds