Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr_race.c60 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_htab_leak()
61 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_htab_leak()
121 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_percpu_htab_leak()
122 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_percpu_htab_leak()
182 watcher->links.map_put = bpf_program__attach(watcher->progs.map_put); in test_sk_ls_leak()
183 if (!ASSERT_OK_PTR(watcher->links.map_put, "attach fentry")) in test_sk_ls_leak()
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_race.c158 int BPF_PROG(map_put, struct bpf_map *map) in BPF_PROG() argument