Home
last modified time | relevance | path

Searched refs:out__bpf_prog_active (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dksyms_btf.c59 CHECK(data->out__bpf_prog_active < 0, "bpf_prog_active", in test_basic()
60 "got %d, exp >= 0\n", data->out__bpf_prog_active); in test_basic()
69 CHECK(this_bpf_prog_active != data->out__bpf_prog_active, "this_bpf_prog_active", in test_basic()
71 data->out__bpf_prog_active); in test_basic()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_ksyms_btf.c12 int out__bpf_prog_active = -1; /* percpu int */ variable
40 out__bpf_prog_active = *active; in handler()