Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_arena.c27 int test_arena_cb(unsigned long long *ctx) in test_arena_cb() function
80 .test_arena = (void *)test_arena_cb,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_struct_ops_arena.c97 target_fd = bpf_program__fd(skel->progs.test_arena_cb); in arena_arg_attach()