Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_kptr_race.c63 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_htab_leak()
64 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_htab_leak()
124 watcher->links.htab_map_free = bpf_program__attach(watcher->progs.htab_map_free); in test_percpu_htab_leak()
125 if (!ASSERT_OK_PTR(watcher->links.htab_map_free, "attach fexit")) in test_percpu_htab_leak()
/linux/tools/testing/selftests/bpf/progs/
H A Dmap_kptr_race.c166 int BPF_PROG(htab_map_free, struct bpf_map *map) in BPF_PROG() argument