Home
last modified time | relevance | path

Searched refs:global_list_push_pop_multiple (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c339 int global_list_push_pop_multiple(void *ctx) in global_list_push_pop_multiple() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c202 ret = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.global_list_push_pop_multiple), &opts); in test_linked_list_success()
203 ASSERT_OK(ret, "global_list_push_pop_multiple"); in test_linked_list_success()
204 ASSERT_OK(opts.retval, "global_list_push_pop_multiple retval"); in test_linked_list_success()

Completed in 2 milliseconds