Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Duprobe_multi_session_recursive.c13 int idx_entry = 0; variable
30 if (idx_entry >= ARRAY_SIZE(test_uprobe_cookie_entry)) in check_cookie()
32 *cookie = test_uprobe_cookie_entry[idx_entry]; in check_cookie()
33 return idx_entry++ % 2; in check_cookie()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c1260 ASSERT_EQ(skel->bss->idx_entry, 6, "idx_entry"); in test_session_recursive_skel_api()