Searched refs:_a (Results 1 – 7 of 7) sorted by relevance
/tools/lib/traceevent/plugins/ |
D | plugin_futex.c | 15 #define ARRAY_SIZE(_a) (sizeof(_a) / sizeof((_a)[0])) argument
|
/tools/testing/selftests/bpf/progs/ |
D | test_perf_branches.c | 16 __u64 _a; member
|
/tools/testing/selftests/net/ |
D | pmtu.sh | 424 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap… 430 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${encap}_a 433 run_cmd ${ns_a} ip addr add ${tunnel6_a_addr}/${tunnel6_mask} dev ${encap}_a 437 run_cmd ${ns_a} ip link set ${encap}_a up 563 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad… 566 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a 569 run_cmd ${ns_a} ip link set vti${proto}_a up 605 …run_cmd ${ns_a} ip link add ${type}_a type ${type} id 1 ${opts_a} remote ${b_addr} ${opts} || retu… 611 run_cmd ${ns_a} ip link set ${type}_a master ${br_if_a} 613 run_cmd ${ns_a} ip addr add ${tunnel4_a_addr}/${tunnel4_mask} dev ${type}_a [all …]
|
/tools/lib/bpf/ |
D | bpf_helpers.h | 173 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
|
D | bpf_tracing.h | 343 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
|
D | libbpf.c | 2949 static int cmp_progs(const void *_a, const void *_b) in cmp_progs() argument 2951 const struct bpf_program *a = _a; in cmp_progs() 3235 static int cmp_externs(const void *_a, const void *_b) in cmp_externs() argument 3237 const struct extern_desc *a = _a; in cmp_externs() 5993 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() argument 5995 const struct reloc_desc *a = _a; in cmp_relocs()
|
D | btf.c | 1106 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument 1108 const struct btf_var_secinfo *a = _a; in compare_vsi_off()
|