| /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 84 test3_result &= err == 0 && ((int *) b == _b); in BPF_PROG() 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG() argument 113 test4_result &= err == 0 && ((int *) b == _b); in BPF_PROG()
|
| A D | test_perf_branches.c | 17 __u64 _b; 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 | 453 run_cmd ${ns_b} ip link set ${encap}_b up 589 run_cmd ${ns_b} ip link set vti${proto}_b up 640 run_cmd ${ns_b} ip link set ${type}_b up 939 run_cmd ${ns_b} ip link set ${type}_b up 1357 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \ 1376 mtu "${ns_b}" ${type}_b $((${ll_mtu} + 1000)) 1432 trace "${ns_a}" ${type}_a "${ns_b}" ${type}_b \ 1456 mtu "${ns_b}" ${type}_b $((${ll_mtu} + 1000)) 1582 mtu "${ns_b}" ${type}_b $((${ll_mtu} + 1000)) 1663 mtu "${ns_b}" ${encap}_b $((${ll_mtu} + 1000)) [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf_dump.c | 377 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 385 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, _flags, \ 391 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 393 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 397 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 405 (void) btf_dump_data(_b, _d, _ptrtype, _prefix, 0, \ 409 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument 415 (void) btf_dump_data(_b, _d, _var, _prefix, _flags, \
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | iou-zcrx.c | 46 typeof(b) _b = (b); \ 47 _a < _b ? _a : _b; \
|
| /tools/testing/selftests/hid/ |
| A D | hid_common.h | 19 __typeof__(b) _b = (b); \ 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 82 __u32 b = *(__u32 *)_b; 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 396 const struct elf_seg *b = _b; 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 3319 const struct btf_var_secinfo *b = _b; in compare_vsi_off() 3801 static int cmp_progs(const void *_a, const void *_b) in cmp_progs() argument 3804 const struct bpf_program *b = _b; in cmp_progs() 4134 static int cmp_externs(const void *_a, const void *_b) in cmp_externs() argument 4137 const struct extern_desc *b = _b; in cmp_externs() 6642 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() argument 6645 const struct reloc_desc *b = _b; in cmp_relocs()
|