Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_offload.py770 _, base_maps = bpftool("map") variable
780 _, out = cmd("mount") variable
792 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
821 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable
825 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
832 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable
842 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
852 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable
863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable
871 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable
[all …]
/tools/testing/selftests/proc/
Dsetns-dcache.c48 char _ = 0; in main() local
Dsetns-sysvipc.c47 char _ = 0; in main() local
Dproc-pid-vm.c218 static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___) in sigaction_SIGSEGV()
291 char _; in main() local
/tools/lib/bpf/
Dbpf_core_read.h251 #define ___nolast2(a, _) a argument
252 #define ___nolast3(a, b, _) a, b argument
253 #define ___nolast4(a, b, c, _) a, b, c argument
254 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
255 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
256 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
257 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
258 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
259 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
Dbpf_helpers.h173 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
Dbpf_tracing.h343 #define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N argument
/tools/power/cpupower/utils/helpers/
Dhelpers.h21 #define _(String) gettext(String) macro
29 #define _(String) String macro
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_namespacing.c54 int f(struct { in f()
Dbtf_dump_test_case_bitfields.c85 int f(struct { in f()
Dkfree_skb.c16 #define _(P) (__builtin_preserve_access_index(P)) macro
Dbtf_dump_test_case_packing.c137 int f(struct { in f()
Dbtf_dump_test_case_padding.c225 int f(struct { in f()
Dtest_tcp_estats.c41 #define _(P) ({typeof(P) val = 0; bpf_probe_read_kernel(&val, sizeof(val), &P); val;}) macro