| /tools/testing/selftests/bpf/progs/ |
| A D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument
|
| A D | test_perf_branches.c | 16 __u64 _a; member
|
| A D | test_bpf_cookie.c | 121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
|
| /tools/testing/selftests/net/ |
| A D | pmtu.sh | 452 run_cmd ${ns_a} ip link set ${encap}_a up 588 run_cmd ${ns_a} ip link set vti${proto}_a up 639 run_cmd ${ns_a} ip link set ${type}_a up 912 run_cmd ovs-vsctl add-port ovs_br0 ${type}_a -- \ 913 set interface ${type}_a type=${type} \ 938 run_cmd ip link set ${type}_a up 1357 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \ 1375 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000)) 1455 mtu "${ns_a}" ${type}_a $((${ll_mtu} + 1000)) 1662 mtu "${ns_a}" ${encap}_a $((${ll_mtu} + 1000)) [all …]
|
| /tools/perf/util/ |
| A D | bpf-filter.l | 80 ident [_a-zA-Z][_a-zA-Z0-9]+
|
| A D | perf_event_attr_fprintf.c | 278 #define PRINT_ATTRn(_n, _f, _p, _a) \ argument 280 if (_a || attr->_f) { \
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | iou-zcrx.c | 45 typeof(a) _a = (a); \ 47 _a < _b ? _a : _b; \
|
| /tools/testing/selftests/hid/ |
| A D | hid_common.h | 18 ({ __typeof__(a) _a = (a); \ 20 _a < _b ? _a : _b; })
|
| /tools/testing/selftests/bpf/ |
| A D | jit_disasm_helpers.c | 79 static int cmp_u32(const void *_a, const void *_b) in cmp_u32() argument 81 __u32 a = *(__u32 *)_a; in cmp_u32()
|
| /tools/lib/bpf/ |
| A D | bpf_helpers.h | 228 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
|
| A D | usdt.c | 393 static int cmp_elf_segs(const void *_a, const void *_b) in cmp_elf_segs() argument 395 const struct elf_seg *a = _a; in cmp_elf_segs()
|
| A D | bpf_tracing.h | 636 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
|
| A D | libbpf.c | 3316 static int compare_vsi_off(const void *_a, const void *_b) in compare_vsi_off() argument 3318 const struct btf_var_secinfo *a = _a; in compare_vsi_off() 3801 static int cmp_progs(const void *_a, const void *_b) in cmp_progs() argument 3803 const struct bpf_program *a = _a; in cmp_progs() 4134 static int cmp_externs(const void *_a, const void *_b) in cmp_externs() argument 4136 const struct extern_desc *a = _a; in cmp_externs() 6642 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() argument 6644 const struct reloc_desc *a = _a; in cmp_relocs()
|