Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe.c18 int uprobe_byname3_sleepable_res = 0; variable
148 uprobe_byname3_sleepable_res = 9; in handle_uprobe_byname3_sleepable()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c285 ASSERT_EQ(skel->bss->uprobe_byname3_sleepable_res, 9, "check_uprobe_byname3_sleepable_res"); in test_uprobe_sleepable()