Searched refs:sl_skel (Results 1 – 1 of 1) sorted by relevance
226 struct kprobe_multi_sleepable *sl_skel = NULL; in test_attach_api_fails() local358 sl_skel = kprobe_multi_sleepable__open(); in test_attach_api_fails()359 if (!ASSERT_OK_PTR(sl_skel, "sleep_skel_open")) in test_attach_api_fails()362 sl_skel->bss->user_ptr = sl_skel; in test_attach_api_fails()364 err = bpf_program__set_flags(sl_skel->progs.handle_kprobe_multi_sleepable, in test_attach_api_fails()369 err = kprobe_multi_sleepable__load(sl_skel); in test_attach_api_fails()373 link = bpf_program__attach_kprobe_multi_opts(sl_skel->progs.handle_kprobe_multi_sleepable, in test_attach_api_fails()383 err = bpf_prog_test_run_opts(bpf_program__fd(sl_skel->progs.fentry), &topts); in test_attach_api_fails()389 kprobe_multi_sleepable__destroy(sl_skel); in test_attach_api_fails()