Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dget_func_args_test.c71 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 Dtest_perf_branches.c17 __u64 _b; member
A Dtest_bpf_cookie.c121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
/tools/testing/selftests/net/
A Dpmtu.sh453 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 Dbtf_dump.c377 #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 Diou-zcrx.c46 typeof(b) _b = (b); \
47 _a < _b ? _a : _b; \
/tools/testing/selftests/hid/
A Dhid_common.h19 __typeof__(b) _b = (b); \
20 _a < _b ? _a : _b; })
/tools/testing/selftests/bpf/
A Djit_disasm_helpers.c79 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 Dbpf_helpers.h228 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
A Dusdt.c393 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 Dbpf_tracing.h636 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
A Dlibbpf.c3316 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()

Completed in 667 milliseconds