Searched refs:___bpf_reg_cnt3 (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_tracing.h | 700 #define ___bpf_reg_cnt3(t, x, args...) (___bpf_reg_cnt2(args) + ___bpf_treg_cnt(t)) macro 701 #define ___bpf_reg_cnt4(t, x, args...) (___bpf_reg_cnt3(args) + ___bpf_treg_cnt(t)) 723 #define ___bpf_ctx_arg3(n, t, x, args...) , ___bpf_union_arg(t, x, n - ___bpf_reg_cnt3(t, x, args)) ___bpf_ctx_arg2(n, args)
|
Completed in 3 milliseconds